Author: jfthomps
Date: Tue Nov 15 17:42:36 2011
New Revision: 1202325

URL: http://svn.apache.org/viewvc?rev=1202325&view=rev
Log:
subversion commit 1177021 reintroduced the bug that was fixed in VCL-456 - this 
fixes it again

Modified:
    incubator/vcl/trunk/web/.ht-inc/groups.php

Modified: incubator/vcl/trunk/web/.ht-inc/groups.php
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/groups.php?rev=1202325&r1=1202324&r2=1202325&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/groups.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/groups.php Tue Nov 15 17:42:36 2011
@@ -528,8 +528,7 @@ function editOrAddGroup($state) {
                else {
                        $cdata = array('type' => $data['type'],
                                       'groupid' => $data['groupid'],
-                                      'isowner' => $data['isowner'],
-                                      'groupwasnone' => $groupwasnone);
+                                      'isowner' => $data['isowner']);
                        if($data['type'] == 'resource')
                                $cdata['resourcetypeid'] = $resourcetypeid;
                        else {


Reply via email to