You are here

drupalforfirebug_preprocess.install in Drupal For Firebug 6

File

drupalforfirebug_preprocess.install
View source
<?php

/**
* Implementation of hook_install()
*/
function drupalforfirebug_preprocess_install() {
  db_query("UPDATE {system} SET weight = -100000 WHERE name = 'drupalforfirebug_preprocess'");
}

Functions

Namesort descending Description
drupalforfirebug_preprocess_install Implementation of hook_install()