Index: openacs-4/contrib/packages/simulation/www/siminst/simulation-participants.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/siminst/Attic/simulation-participants.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/contrib/packages/simulation/www/siminst/simulation-participants.tcl 30 Jan 2004 10:57:08 -0000 1.12 +++ openacs-4/contrib/packages/simulation/www/siminst/simulation-participants.tcl 5 Mar 2004 10:54:20 -0000 1.13 @@ -14,7 +14,10 @@ } "open" { set neither_label "Can self-enroll" - } + } + default { + set neither_label "Self enroll/not participating" + } } set group_admin_url [export_vars -base "[subsite::get_element -element url]admin/group-types/one" { { group_type group } }] Index: openacs-4/packages/simulation/www/siminst/simulation-participants.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/www/siminst/simulation-participants.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/simulation/www/siminst/simulation-participants.tcl 30 Jan 2004 10:57:08 -0000 1.12 +++ openacs-4/packages/simulation/www/siminst/simulation-participants.tcl 5 Mar 2004 10:54:20 -0000 1.13 @@ -14,7 +14,10 @@ } "open" { set neither_label "Can self-enroll" - } + } + default { + set neither_label "Self enroll/not participating" + } } set group_admin_url [export_vars -base "[subsite::get_element -element url]admin/group-types/one" { { group_type group } }]