You are here

function nodewords_update_4 in Nodewords: D6 Meta Tags 5

Setting nodewords.module weight - fixes http://drupal.org/node/31383

File

./nodewords.install, line 194

Code

function nodewords_update_4() {
  $items = array();
  $items[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'nodewords'");
  return $items;
}