You are here

function content_theme_debugger_install in Content Theme 6

Same name and namespace in other branches
  1. 7 content_theme_debugger/content_theme_debugger.install \content_theme_debugger_install()

Implementation of hook_install().

File

content_theme_debugger/content_theme_debugger.install, line 12
Install, update and uninstall functions for the content_theme_debugger module.

Code

function content_theme_debugger_install() {
  db_query('UPDATE {system} SET weight = 1000 WHERE name = "content_theme_debugger" AND type = "module"');
}