Index: openacs-4/packages/curriculum/lib/admin-curriculums.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/lib/Attic/admin-curriculums.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/curriculum/lib/admin-curriculums.xql 26 Sep 2005 08:46:36 -0000 1.2.2.2 @@ -0,0 +1,18 @@ + + + + + + + select a.assigned_role + from workflow_actions a, + workflow_fsm_action_en_in_st aeis + where a.action_id = aeis.action_id + and aeis.state_id = :initial_state_id + and a.workflow_id = :workflow_id + and a.assigned_role is not null + + + + +