Index: openacs-4/packages/simulation/tcl/template-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/template-procs.xql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/simulation/tcl/template-procs.xql 17 Dec 2003 16:51:24 -0000 1.5 +++ openacs-4/packages/simulation/tcl/template-procs.xql 20 Apr 2004 21:12:23 -0000 1.6 @@ -18,7 +18,9 @@ to_char(s.enroll_end, 'YYYY-MM-DD') as enroll_end, to_char(s.case_start, 'YYYY-MM-DD') as case_start, to_char(s.case_end, 'YYYY-MM-DD') as case_end, - to_char(s.send_start_note_date, 'YYYY-MM-DD') as send_start_note_date + to_char(s.send_start_note_date, 'YYYY-MM-DD') as send_start_note_date, + show_states_p, + stylesheet from workflows w, sim_simulations s where w.workflow_id = :workflow_id