You are here

function nodereference_count_update_6001 in Nodereference Count 6

Weight nodereference_count to come after cck modules.

File

./nodereference_count.install, line 50
Install, update, and uninstall functions for the nodereference_count module.

Code

function nodereference_count_update_6001() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 10 WHERE name = 'nodereference_count' AND type = 'module'");
  return $ret;
}