You are here

function rave_alerts_exit in RAVE Alerts 7

Same name and namespace in other branches
  1. 1.0.x rave_alerts.module \rave_alerts_exit()

Implements hook_exit(). Used so this hook is called even if page is cached by Drupal

File

./rave_alerts.module, line 32
CU Alerts module

Code

function rave_alerts_exit() {
  rave_alerts_remote_data();
}