Index: openacs-4/packages/simulation/www/simbuild/template-spec.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/simbuild/template-spec.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/simulation/www/simbuild/template-spec.tcl 11 Dec 2003 15:32:43 -0000 1.1 +++ openacs-4/packages/simulation/www/simbuild/template-spec.tcl 17 Dec 2003 16:24:17 -0000 1.2 @@ -7,6 +7,6 @@ workflow_id:integer } -set spec [workflow::fsm::generate_spec -workflow_id $workflow_id] +set spec [simulation::template::generate_spec -workflow_id $workflow_id] ns_return 200 text/plain [util::array_list_spec_pretty $spec]