You are here

cumulus.install in Cumulus 5

Same filename and directory in other branches
  1. 6 cumulus.install
  2. 7 cumulus.install

The install file for cumulus.module

File

cumulus.install
View source
<?php

/**
 * @file
 * The install file for cumulus.module
 */

/**
 * Implementation of hook_uninstall().
 */
function cumulus_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'cumulus_%'");
}

Functions

Namesort descending Description
cumulus_uninstall Implementation of hook_uninstall().