function themekey_update_6103 in ThemeKey 6.4
Same name and namespace in other branches
- 6.2 themekey.install \themekey_update_6103()
- 6.3 themekey.install \themekey_update_6103()
- 7.3 themekey.install \themekey_update_6103()
- 7 themekey.install \themekey_update_6103()
- 7.2 themekey.install \themekey_update_6103()
Implements hook_update_N().
File
- ./
themekey.install, line 133 - Database schema of
Code
function themekey_update_6103() {
variable_del('themekey_nodediscover');
return array();
}