function notifications_update_6007 in Notifications 6.4
Create the destinations we need.
File
- ./
notifications.install, line 437
Code
function notifications_update_6007() {
return _notifications_update_fix_destinations('create');
}
Create the destinations we need.
function notifications_update_6007() {
return _notifications_update_fix_destinations('create');
}