You are here

function bakery_boot in Bakery Single Sign-On System 6.2

Same name and namespace in other branches
  1. 7.4 bakery.module \bakery_boot()
  2. 7.2 bakery.module \bakery_boot()
  3. 7.3 bakery.module \bakery_boot()

Implementation of hook_boot().

File

./bakery.module, line 202

Code

function bakery_boot() {
  _bakery_taste_chocolatechip_cookie();
}