Implements hook_install().
Fichier
-
advagg_relocate/
advagg_relocate.install, line 16
Code
function advagg_relocate_install() {
// New install gets a locked admin section.
variable_set('advagg_relocate_admin_mode', 0);
}
Implements hook_install().
function advagg_relocate_install() {
// New install gets a locked admin section.
variable_set('advagg_relocate_admin_mode', 0);
}