function drupalforfirebug_update_1 in Drupal For Firebug 6
Same name and namespace in other branches
- 5 drupalforfirebug.install \drupalforfirebug_update_1()
File
- ./
drupalforfirebug.install, line 10
Code
function drupalforfirebug_update_1() {
$items = array();
$items[] = update_sql("UPDATE {system} SET weight = 100000 WHERE name = 'drupalforfirebug'");
return $items;
}