You are here

function notifications_update_6015 in Notifications 6.4

Clean up messaging_destination.

File

./notifications.install, line 510

Code

function notifications_update_6015() {
  module_load_install('messaging');
  return _messaging_update_duplicate_destinations();
}