You are here

constant HACKED_STATUS_DELETED in Hacked! 5

Same name and namespace in other branches
  1. 8.2 hacked.module \HACKED_STATUS_DELETED
  2. 6.2 hacked.module \HACKED_STATUS_DELETED
  3. 6 hacked.module \HACKED_STATUS_DELETED
  4. 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);