Index: openacs-4/packages/notifications/tcl/sweep-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-procs.tcl,v diff -u -r1.9 -r1.9.2.1 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 20 Sep 2002 21:19:00 -0000 1.9 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 30 Oct 2002 21:12:05 -0000 1.9.2.1 @@ -11,12 +11,13 @@ namespace eval notification::sweep { ad_proc -public schedule_all {} { - This schedules all the notification procs + This schedules all the notification procs. + DEPRECATED. } { } ad_proc -public cleanup_notifications {} { - Clean up the notifications that are done + Clean up the notifications that have been sent out. } { # Get the list of the ones to kill set notification_id_list [db_list select_notification_ids {}]