You are here

function reg_with_pic_uninstall in Register with Picture 7

Implements hook_uninstall().

File

./reg_with_pic.install, line 19
Reg with pic install file.

Code

function reg_with_pic_uninstall() {

  // Clean up module vars
  variable_del('reg_with_pic_enabled');
  variable_del('reg_with_pic_weight');
}