constant HACKED_STATUS_UNHACKED in Hacked! 7.2
Same name and namespace in other branches
- 8.2 hacked.module \HACKED_STATUS_UNHACKED
- 5 hacked.module \HACKED_STATUS_UNHACKED
- 6.2 hacked.module \HACKED_STATUS_UNHACKED
- 6 hacked.module \HACKED_STATUS_UNHACKED
7 uses of HACKED_STATUS_UNHACKED
- 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_details in includes/
hackedProject.inc - Return a nice detailed report.
- hackedProject::compute_report in includes/
hackedProject.inc - Return a nice report, a simple overview of the status of this project.
File
- ./
hacked.module, line 18 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_STATUS_UNHACKED', 5);