You are here

function demo_uninstall in Demonstration site (Sandbox / Snapshot) 7

Same name and namespace in other branches
  1. 8 demo.install \demo_uninstall()
  2. 6 demo.install \demo_uninstall()

Implements hook_uninstall().

File

./demo.install, line 11
Demonstration site module installation functions.

Code

function demo_uninstall() {
  variable_del('demo_reset_last');
}