Index: openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.html,v diff -u -r1.7.2.2 -r1.7.2.3 --- openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.html 12 Dec 2010 00:07:03 -0000 1.7.2.2 +++ openacs-4/packages/acs-core-docs/www/tutorial-schedule-procs.html 12 Dec 2010 01:37:26 -0000 1.7.2.3 @@ -1,10 +1,5 @@ -<<<<<<< tutorial-schedule-procs.html - -Scheduled Procedures

Scheduled Procedures

Put this proc in a file /packages/myfirstpackage/tcl/scheduled-init.tcl. Files in /tcl with the -init.tcl ending are sourced on server startup. This one executes my_proc every 60 seconds:

ad_schedule_proc 60 myfirstpackage::my_proc
-=======
 
-Scheduled Procedures

Scheduled Procedures

Put this proc in a file /packages/myfirstpackage/tcl/scheduled-init.tcl. Files in /tcl with the -init.tcl ending are sourced on server startup. This one executes my_proc every 60 seconds:

ad_schedule_proc 60 myfirstpackage::my_proc
->>>>>>> 1.9
+Scheduled Procedures

Scheduled Procedures

Put this proc in a file /packages/myfirstpackage/tcl/scheduled-init.tcl. Files in /tcl with the -init.tcl ending are sourced on server startup. This one executes my_proc every 60 seconds:

ad_schedule_proc 60 myfirstpackage::my_proc
 

This executes once a day, at midnight:

ad_schedule_proc \
     -schedule_proc ns_schedule_daily \
     [list 0 0] \