You are here

function rave_alerts_uninstall in RAVE Alerts 7

Same name and namespace in other branches
  1. 1.0.x rave_alerts.install \rave_alerts_uninstall()

Implements hook_uninstall().

File

./rave_alerts.install, line 22

Code

function rave_alerts_uninstall() {
  variable_del('rave_alerts_rss_url');
  variable_del('rave_alerts_deafult_read_more_url');
  variable_del('rave_alerts_network_fail_message');
  variable_del('rave_alerts_clear_text');
  variable_del('rave_alerts_enable');
  variable_del('rave_alerts_display');
  variable_del('rave_alerts_pubdate');
}