function notifications_content_update_6001 in Notifications 6
Same name and namespace in other branches
- 6.4 notifications_content/notifications_content.install \notifications_content_update_6001()
- 6.2 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 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();
}