You are here

cron_debug.install in Cron Debug 7

Uninstall function for the cron_debug module.

File

cron_debug.install
View source
<?php

/**
 * @file
 * Uninstall function for the cron_debug module.
 */

/**
 * Implements hook_uninstall().
 */
function cron_debug_uninstall() {
  variable_del('cron_debug_flag');
}

Functions

Namesort descending Description
cron_debug_uninstall Implements hook_uninstall().