You are here

function notifications_content_update_6001 in Notifications 6

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

Update enabled options

File

notifications_content/notifications_content.install, line 37

Code

function notifications_content_update_6001() {

  // All options will be messed up so we better do manual review
  drupal_set_message('Please, check all your Notifications content settings and note the new options.');
  return array();
}