cron_debug.install in Cron Debug 7
Uninstall function for the cron_debug module.
File
cron_debug.installView source
<?php
/**
* @file
* Uninstall function for the cron_debug module.
*/
/**
* Implements hook_uninstall().
*/
function cron_debug_uninstall() {
variable_del('cron_debug_flag');
}
Functions
Name![]() |
Description |
---|---|
cron_debug_uninstall | Implements hook_uninstall(). |