function rave_alerts_exit in RAVE Alerts 1.0.x
Same name and namespace in other branches
- 7 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();
}