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