You are here

function bakery_init in Bakery Single Sign-On System 7.4

Same name and namespace in other branches
  1. 6 bakery.module \bakery_init()

Implements hook_boot().

File

./bakery.module, line 122

Code

function bakery_init() {
  if (isset($GLOBALS['bakery_exception'])) {
    watchdog_exception('bakery', $GLOBALS['bakery_exception']);
    unset($GLOBALS['bakery_exception']);
  }
}