Index: openacs-4/packages/imsld/tcl/imsld-runtime-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/tcl/imsld-runtime-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/imsld/tcl/imsld-runtime-procs.xql 20 Jun 2006 19:20:38 -0000 1.1 +++ openacs-4/packages/imsld/tcl/imsld-runtime-procs.xql 22 Jun 2006 10:56:54 -0000 1.2 @@ -9,4 +9,28 @@ + + + select status_date + from imsld_runs + where run_id = :run_id + and status = 'started' + + + + + + select status_date + from imsld_status_user + where run_id = :run_id + and user_id = :user_id + and status = 'started' + + + + + + + +