You are here

function notifications_update_4 in Notifications 6.4

Same name and namespace in other branches
  1. 5 notifications.install \notifications_update_4()
  2. 6 notifications.install \notifications_update_4()
  3. 6.2 notifications.install \notifications_update_4()
  4. 6.3 notifications.install \notifications_update_4()

Change module weight

File

./notifications.install, line 313

Code

function notifications_update_4() {
  $ret[] = update_sql("UPDATE {system} SET weight = 100 WHERE name = 'notifications_content' AND type = 'module'");
  return $ret;
}