*** notify.install Fri Aug 11 18:01:47 2006 --- notify.new Wed Nov 15 13:35:40 2006 *************** *** 39,41 **** --- 39,46 ---- drupal_set_message(t('Table installation for the Notify module was unsuccessful. The tables may need to be installed by hand.'), 'error'); } } + + function notify_update_1() { + $ret[] = update_sql("UPDATE {system} SET weight = 9 WHERE name = 'notify'"); + return $ret; + }