You are here

function drupalforfirebug_update_1 in Drupal For Firebug 5

Same name and namespace in other branches
  1. 6 drupalforfirebug.install \drupalforfirebug_update_1()

File

./drupalforfirebug.install, line 7

Code

function drupalforfirebug_update_1() {
  $items = array();
  $items[] = update_sql("UPDATE {system} SET weight = 100000 WHERE name = 'drupalforfirebug'");
  return $items;
}