You are here

function rave_alerts_install in RAVE Alerts 1.0.x

Same name and namespace in other branches
  1. 7 rave_alerts.install \rave_alerts_install()

Implements hook_install().

File

./rave_alerts.install, line 10

Code

function rave_alerts_install() {

  // set sane defaults
  variable_set('rave_alerts_rss_url', 'http://www.getrave.com/rss/DemoUniversityAlert/channel8');
  variable_set('rave_alerts_check_enable', 1);
  variable_set('rave_alerts_network_fail_message', 'Network Failure: Please go directly to [YOUR ALERT SITE] for more information.');
}