drupalforfirebug_preprocess.install in Drupal For Firebug 5
Same filename and directory in other branches
File
drupalforfirebug_preprocess.installView source
<?php
function drupalforfirebug_preprocess_install() {
db_query("UPDATE {system} SET weight = -100000 WHERE name = 'drupalforfirebug_preprocess'");
}
Functions
Name![]() |
Description |
---|---|
drupalforfirebug_preprocess_install |