function notifications_update_4 in Notifications 6.2
Same name and namespace in other branches
- 5 notifications.install \notifications_update_4()
- 6.4 notifications.install \notifications_update_4()
- 6 notifications.install \notifications_update_4()
- 6.3 notifications.install \notifications_update_4()
Change module weight
File
- ./
notifications.install, line 279
Code
function notifications_update_4() {
$ret[] = update_sql("UPDATE {system} SET weight = 100 WHERE name = 'notifications_content' AND type = 'module'");
return $ret;
}