function themekey_install in ThemeKey 6
Same name and namespace in other branches
- 6.4 themekey.install \themekey_install()
- 6.2 themekey.install \themekey_install()
- 6.3 themekey.install \themekey_install()
- 7.3 themekey.install \themekey_install()
- 7 themekey.install \themekey_install()
- 7.2 themekey.install \themekey_install()
Implementation of hook_install().
File
- ./
themekey.install, line 51
Code
function themekey_install() {
drupal_install_schema('themekey');
db_query("UPDATE {system} SET weight = -10 WHERE name = 'themekey'");
}