drafty.install in Drafty 7
Installation, uninstall and update hooks for the Drafty module.
File
drafty.installView source
<?php
/**
* @file
* Installation, uninstall and update hooks for the Drafty module.
*/
/**
* Implements hook_uninstall().
*/
function drafty_uninstall() {
variable_del('drafty_delete_old_revisions');
variable_del('drafty_delete_with_cron');
}
Functions
Name | Description |
---|---|
drafty_uninstall | Implements hook_uninstall(). |