Index: openacs-4/etc/install/tcl/user-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/tcl/user-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/etc/install/tcl/user-procs.tcl 22 Oct 2003 09:51:55 -0000 1.6 +++ openacs-4/etc/install/tcl/user-procs.tcl 22 Oct 2003 13:16:00 -0000 1.7 @@ -92,12 +92,9 @@ form submit form find ~n add_user - field find ~n type - ::twt::multiple_select_value $type - field find ~n can_browse_p - ::twt::multiple_select_value $full_access - field find ~n read_private_data_p - ::twt::multiple_select_value $guest + ::twt::multiple_select_value type $type + ::twt::multiple_select_value can_browse_p $full_access + ::twt::multiple_select_value read_private_data_p $guest form submit }