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.1 -r1.2 --- openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 13 Mar 2001 22:59:26 -0000 1.1 +++ openacs-4/packages/acs-content-repository/tcl/acs-content-repository-init.tcl 13 May 2001 01:55:59 -0000 1.2 @@ -1 +1,14 @@ template::filter add content::init + +ad_proc -public acs_cr_scheduled_release_exec {} { + + This was handled by oracle, but since other dbs, such as postgresql don't + support job submission, the job scheduling has been moved to aolserver. + (OpenACS - DanW) + +} { + + db_exec_plsql schedule_releases {begin cr_scheduled_release_exec; end;} +} + +ad_schedule_proc [expr 15 * 60] acs_cr_scheduled_release_exec