Index: openacs-4/packages/acs-subsite/www/permissions/grant.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/grant.tcl,v diff -u -N -r1.9 -r1.10 --- openacs-4/packages/acs-subsite/www/permissions/grant.tcl 12 Oct 2003 19:43:37 -0000 1.9 +++ openacs-4/packages/acs-subsite/www/permissions/grant.tcl 15 Oct 2003 12:31:50 -0000 1.10 @@ -149,12 +149,8 @@ # A valid submission, grant and revoke accordingly. form get_values grant + set privileges [element get_values grant privilege] - if { ![info exists privileges] } { - # no privilege was selected - set privileges [list] - } - # loop through all privileges, grant checked and revoke un-checked # (assuming that there are not too many privs in total, otherwise # this would be slow)