You are here

function drupalforfirebug_install in Drupal For Firebug 5

Same name and namespace in other branches
  1. 6 drupalforfirebug.install \drupalforfirebug_install()
  2. 7.2 drupalforfirebug.install \drupalforfirebug_install()
  3. 7 drupalforfirebug.install \drupalforfirebug_install()

File

./drupalforfirebug.install, line 3

Code

function drupalforfirebug_install() {
  db_query("UPDATE {system} SET weight = 100000 WHERE name = 'drupalforfirebug'");
}