function notifications_content_update_6001 in Notifications 6.2
Same name and namespace in other branches
- 6.4 notifications_content/notifications_content.install \notifications_content_update_6001()
- 6 notifications_content/notifications_content.install \notifications_content_update_6001()
- 6.3 notifications_content/notifications_content.install \notifications_content_update_6001()
- 7 notifications_content/notifications_content.install \notifications_content_update_6001()
Update enabled options
File
- notifications_content/
notifications_content.install, line 39
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();
}