function advanced_help_search_reset in Advanced Help 7
Implements hook_search_reset().
File
- ./
advanced_help.module, line 1037 - Pluggable system to provide advanced help facilities for Drupal and modules.
Code
function advanced_help_search_reset() {
variable_del('advanced_help_last_cron');
}