You are here

drafty.install in Drafty 7

Installation, uninstall and update hooks for the Drafty module.

File

drafty.install
View 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

Namesort descending Description
drafty_uninstall Implements hook_uninstall().