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 -N -r1.67 -r1.68 --- openacs-4/packages/simulation/tcl/template-procs.tcl 15 Mar 2004 14:07:03 -0000 1.67 +++ openacs-4/packages/simulation/tcl/template-procs.tcl 15 Mar 2004 17:22:19 -0000 1.68 @@ -1060,7 +1060,6 @@ actions "simulation::action" states "workflow::state::fsm" }} - {-deep:boolean} } { Generate a spec for a workflow in array list style. @@ -1073,8 +1072,7 @@ set spec [workflow::generate_spec \ -workflow_id $workflow_id \ -workflow_handler $workflow_handler \ - -handlers $handlers \ - -deep=$deep_p] + -handlers $handlers] simulation::template::get -workflow_id $workflow_id -array simulation @@ -1123,7 +1121,6 @@ {-package_key {}} {-object_id {}} {-array {}} - {-deep:boolean} {-workflow_handler "simulation::template"} } { Clones an existing simulation template. The clone must belong to either a package key or an object id. @@ -1149,7 +1146,6 @@ } set workflow_id [workflow::clone \ - -deep=$deep_p \ -workflow_id $workflow_id \ -package_key $package_key \ -object_id $object_id \