You are here

function notifications_content_update_6000 in Notifications 6

Same name and namespace in other branches
  1. 6.4 notifications_content/notifications_content.install \notifications_content_update_6000()
  2. 6.2 notifications_content/notifications_content.install \notifications_content_update_6000()
  3. 6.3 notifications_content/notifications_content.install \notifications_content_update_6000()
  4. 7 notifications_content/notifications_content.install \notifications_content_update_6000()

Update module weight

File

notifications_content/notifications_content.install, line 29

Code

function notifications_content_update_6000() {
  notifications_content_install();
  return array();
}