constant HACKED_STATUS_UNCHECKED in Hacked! 5
Same name and namespace in other branches
- 8.2 hacked.module \HACKED_STATUS_UNCHECKED
- 6.2 hacked.module \HACKED_STATUS_UNCHECKED
- 6 hacked.module \HACKED_STATUS_UNCHECKED
- 7.2 hacked.module \HACKED_STATUS_UNCHECKED
5 uses of HACKED_STATUS_UNCHECKED
- drush_hacked_details in ./
hacked.drush.inc - Drush command callback that shows the list of changes/unchanged files in a project.
- drush_hacked_list_projects in ./
hacked.drush.inc - Drush command callback that shows the listing of changed/unchanged projects.
- hacked_calculate_project_data in ./
hacked.module - theme_hacked_detailed_report in ./
hacked.details.inc - Theme project status report.
- theme_hacked_report in ./
hacked.theme.inc - Theme project status report.
File
- ./
hacked.module, line 14 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_STATUS_UNCHECKED', 1);