function helper_cron in Helper 7
Implements hook_cron().
File
- ./
helper.module, line 294  
Code
function helper_cron() {
  // Remove deleted *and inactive* fields since field_purge_batch() will not.
  module_load_include('inc', 'helper', 'helper.field');
  _helper_purge_inactive_deleted_fields();
}