Index: openacs-4/contrib/packages/simulation/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/tcl/Attic/template-procs.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/contrib/packages/simulation/tcl/template-procs.tcl 8 Jan 2004 16:02:34 -0000 1.38 +++ openacs-4/contrib/packages/simulation/tcl/template-procs.tcl 9 Jan 2004 09:11:59 -0000 1.39 @@ -793,7 +793,7 @@ # We use the first state as the initial state set action_row(new_state_id) [lindex $states 0] - workflow::action::edit \ + workflow::action::fsm::edit \ -operation "insert" \ -array action_row \ -workflow_id $workflow_id Index: openacs-4/packages/simulation/tcl/template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/tcl/template-procs.tcl,v diff -u -r1.38 -r1.39 --- openacs-4/packages/simulation/tcl/template-procs.tcl 8 Jan 2004 16:02:34 -0000 1.38 +++ openacs-4/packages/simulation/tcl/template-procs.tcl 9 Jan 2004 09:11:59 -0000 1.39 @@ -793,7 +793,7 @@ # We use the first state as the initial state set action_row(new_state_id) [lindex $states 0] - workflow::action::edit \ + workflow::action::fsm::edit \ -operation "insert" \ -array action_row \ -workflow_id $workflow_id