Index: openacs-4/contrib/packages/simulation/www/simplay/cast.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/cast.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/simulation/www/simplay/cast.tcl 8 Jan 2004 14:27:56 -0000 1.1 +++ openacs-4/contrib/packages/simulation/www/simplay/cast.tcl 16 Jan 2004 12:47:56 -0000 1.2 @@ -1,9 +1,11 @@ ad_page_contract { This page allows users to choose which group to join. It is only relevant for simulations with casting type of group. } { - {case_id:integer ""} + {workflow_id:integer ""} } +# TODO: check that user is enrolled and that casting_type is not auto_cast + set title "Join a Case in Simulation SIMNAME" set context [list $title] set user_id [ad_conn user_id]