function notifications_content_update_6000 in Notifications 7
Same name and namespace in other branches
- 6.4 notifications_content/notifications_content.install \notifications_content_update_6000()
- 6 notifications_content/notifications_content.install \notifications_content_update_6000()
- 6.2 notifications_content/notifications_content.install \notifications_content_update_6000()
- 6.3 notifications_content/notifications_content.install \notifications_content_update_6000()
Update module weight
File
- notifications_content/
notifications_content.install, line 59
Code
function notifications_content_update_6000() {
notifications_content_install();
return array();
}