Index: openacs-4/packages/static-pages/tcl/static-pages-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-init.tcl,v diff -u -N -r1.2.4.2 -r1.2.4.3 --- openacs-4/packages/static-pages/tcl/static-pages-init.tcl 12 Dec 2002 22:02:01 -0000 1.2.4.2 +++ openacs-4/packages/static-pages/tcl/static-pages-init.tcl 15 Dec 2002 23:49:55 -0000 1.2.4.3 @@ -26,4 +26,11 @@ sp_register_extension +# There is no ad_schedule_daily proc, so we have to use +# ns_schedule_daily instead: +# +# Once per night, at 4 am: +#ns_schedule_daily -thread 04 00 sp_sync_cr_with_filesystem_scheduled + + ns_log notice "static-pages-init.tcl loaded"