You are here

function extlink_update_6100 in External Links 6

Set the weight of the module to 1 for compatibility with SpamSpan.

File

./extlink.install, line 22

Code

function extlink_update_6100() {
  $ret = array();
  $ret[] = update_sql("UPDATE {system} SET weight = 1 WHERE name = 'extlink'");
  return $ret;
}