Index: openacs-4/packages/notifications/www/request-notification.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-notification.tcl,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/notifications/www/request-notification.tcl 28 Jun 2018 10:39:36 -0000 1.7 +++ openacs-4/packages/notifications/www/request-notification.tcl 8 Jul 2022 14:36:56 -0000 1.7.2.1 @@ -28,7 +28,7 @@ #if group_id parameter exists then all users of this community are subscribed if they're not already subscribed if {$group_id ne ""} { - set interval_id [notification::get_interval_id -name instant] + set interval_id [notification::interval::get_id_from_name -name instant] set delivery_method_id [notification::get_delivery_method_id -name email] db_foreach get_member_id {} {