Index: openacs-4/packages/notifications/tcl/sweep-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/sweep-init.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/notifications/tcl/sweep-init.tcl 16 Jan 2003 13:53:10 -0000 1.5 +++ openacs-4/packages/notifications/tcl/sweep-init.tcl 7 Aug 2017 23:48:13 -0000 1.6 @@ -34,3 +34,9 @@ ad_schedule_proc -thread t 60 notification::sweep::sweep_notifications -interval_id [lindex $interval 1] -batched_p $batched_p } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: