function bakery_update_7001 in Bakery Single Sign-On System 7.2
Keep legacy support for subsite log in & registration. Disabling this deprecated feature is recommended.
File
- ./
bakery.install, line 62 - Install file for Bakery.
Code
function bakery_update_7001() {
variable_set('bakery_subsite_login', 1);
}