constant HACKED_STATUS_UNCHECKED in Hacked! 7.2
Same name and namespace in other branches
- 8.2 hacked.module \HACKED_STATUS_UNCHECKED
- 5 hacked.module \HACKED_STATUS_UNCHECKED
- 6.2 hacked.module \HACKED_STATUS_UNCHECKED
- 6 hacked.module \HACKED_STATUS_UNCHECKED
6 uses of HACKED_STATUS_UNCHECKED
- drush_hacked_details in ./
hacked.drush.inc - Command callback for drush hacked_details.
- drush_hacked_list_projects in ./
hacked.drush.inc - Command callback for drush hacked_list_projects.
- drush_hacked_lock_modified in ./
hacked.drush.inc - Lock modified files so that pm-updatecode won't touch them.
- hackedProject::compute_report in includes/
hackedProject.inc - Return a nice report, a simple overview of the status of this project.
- theme_hacked_detailed_report in ./
hacked.details.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);