cumulus.install in Cumulus 5
Same filename and directory in other branches
The install file for cumulus.module
File
cumulus.installView 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
Name![]() |
Description |
---|---|
cumulus_uninstall | Implementation of hook_uninstall(). |