You are here

function cumulus_uninstall in Cumulus 5

Same name and namespace in other branches
  1. 6 cumulus.install \cumulus_uninstall()
  2. 7 cumulus.install \cumulus_uninstall()

Implementation of hook_uninstall().

File

./cumulus.install, line 11
The install file for cumulus.module

Code

function cumulus_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'cumulus_%'");
}