Index: openacs-4/packages/notifications/tcl/notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-procs.tcl,v diff -u -N -r1.23.2.5 -r1.23.2.6 --- openacs-4/packages/notifications/tcl/notification-procs.tcl 8 Jul 2022 14:36:55 -0000 1.23.2.5 +++ openacs-4/packages/notifications/tcl/notification-procs.tcl 8 Jul 2022 14:53:08 -0000 1.23.2.6 @@ -38,11 +38,16 @@ return [db_string select_interval_id {} -default ""] } - ad_proc -public get_delivery_method_id { + ad_proc -deprecated get_delivery_method_id { {-name:required} } { obtain the delivery method ID with the given name. Delivery method names are unique, but are not the primary key. + + DEPRECATED: an API doing the exact same thing was moved into + an own namespace + + @see notification::get_delivery_method_id } { return [db_string select_delivery_method_id {} -default ""] }