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 -N -r1.10 -r1.11 --- openacs-4/packages/notifications/tcl/sweep-procs.tcl 8 Nov 2002 10:04:22 -0000 1.10 +++ openacs-4/packages/notifications/tcl/sweep-procs.tcl 30 Nov 2002 17:40:18 -0000 1.11 @@ -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 {}]