function notifications_widget_update_8103 in Notifications widget 8
Set the module weight to maximum.
File
- ./
notifications_widget.install, line 232 - Install, update and uninstall functions for the notification module module.
Code
function notifications_widget_update_8103() {
module_set_weight('notifications_widget', 100);
}