Index: openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 27 Oct 2014 16:39:08 -0000 1.15 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 7 Aug 2017 23:47:47 -0000 1.16 @@ -7,8 +7,8 @@ # Walter McGinnis (wtem@olywa.net), 2001-09-23 # based on original photo-album package code by Tom Baginski -# Daveb: unless someone has a good reason this should go away for openacs 5.1 -# we should promote a tcl api to the cr instead of each package accessing +# Daveb: unless someone has a good reason this should go away for OpenACS 5.1 +# we should promote a Tcl api to the cr instead of each package accessing # the pl/sql procs directly. ad_schedule_proc -thread t -schedule_proc ns_schedule_daily [list 22 0] cr_delete_scheduled_files @@ -21,7 +21,7 @@ } { - db_exec_plsql schedule_releases {begin cr_scheduled_release_exec; end;} + db_exec_plsql schedule_releases {} } ad_schedule_proc [expr {15 * 60}] acs_cr_scheduled_release_exec @@ -51,3 +51,9 @@ ## cr_scan_mime_types + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: