Index: openacs-4/packages/dotlrn/www/subscribe-members.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/subscribe-members.tcl,v diff -u -r1.8 -r1.8.2.1 --- openacs-4/packages/dotlrn/www/subscribe-members.tcl 29 Jun 2018 17:27:19 -0000 1.8 +++ openacs-4/packages/dotlrn/www/subscribe-members.tcl 8 Jul 2022 14:36:55 -0000 1.8.2.1 @@ -29,7 +29,7 @@ # Precompute these items rather than repeat them for each user set type_id [notification::type::get_type_id -short_name forums_forum_notif] -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_transaction {