You are here

function nopremium_update_6001 in Node Option Premium 6

Same name and namespace in other branches
  1. 7 nopremium.install \nopremium_update_6001()

Implementation of hook_update_N().

File

./nopremium.install, line 62
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function nopremium_update_6001() {
  db_query("UPDATE {system} SET weight = %d WHERE name = '%s'", 10, 'nopremium');
  return array();
}