You are here

function notifications_content_update_6001 in Notifications 7

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

Update enabled options

File

notifications_content/notifications_content.install, line 67

Code

function notifications_content_update_6001() {

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