Index: openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl,v diff -u -r1.16.2.7 -r1.16.2.8 --- openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl 23 Feb 2021 13:08:02 -0000 1.16.2.7 +++ openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl 8 Jul 2022 14:36:55 -0000 1.16.2.8 @@ -239,7 +239,7 @@ # Set up notifications for all the forums that have set for autosubscription 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] foreach forum_id [db_list select_forums {}] {