You are here

function page_theme_debugger_install in Page Theme 6

Same name and namespace in other branches
  1. 7 page_theme_debugger/page_theme_debugger.install \page_theme_debugger_install()

Implementation of hook_install().

File

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

Code

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