You are here

function notifications_content_update_6000 in Notifications 7

Same name and namespace in other branches
  1. 6.4 notifications_content/notifications_content.install \notifications_content_update_6000()
  2. 6 notifications_content/notifications_content.install \notifications_content_update_6000()
  3. 6.2 notifications_content/notifications_content.install \notifications_content_update_6000()
  4. 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();
}