Index: openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl 24 Apr 2018 14:28:56 -0000 1.9 +++ openacs-4/packages/notifications/tcl/reply-sweep-procs.tcl 3 Sep 2024 15:37:39 -0000 1.10 @@ -13,7 +13,7 @@ namespace eval notification::reply::sweep {} -ad_proc -public notification::reply::sweep::scan_all_replies {} { +ad_proc -private notification::reply::sweep::scan_all_replies {} { Go through all the delivery methods and scan replies for that delivery method. } { ns_log Debug "notification::reply::sweep::scan_all_replies starting" @@ -28,7 +28,7 @@ } } -ad_proc -public notification::reply::sweep::process_all_replies {} { +ad_proc -private notification::reply::sweep::process_all_replies {} { Go through the replies in the DB and dispatch correctly to the right processor. } { ns_log Debug "notification::reply::sweep::process_all_replies starting"