You are here

function referral_uninstall in User Referral 7

Same name and namespace in other branches
  1. 5 referral.install \referral_uninstall()
  2. 6 referral.install \referral_uninstall()

Implements hook_uninstall().

File

./referral.install, line 82
Install, update and uninstall functions for the User Referral module.

Code

function referral_uninstall() {

  // Remove variables.
  variable_del('referral_goto_path');
  variable_del('referral_display_mode');
  variable_del('referral_cookie_lifetime');
}