You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2011/11/21 18:32:39 UTC

svn commit: r1204612 - /incubator/vcl/trunk/web/.ht-inc/groups.php

Author: jfthomps
Date: Mon Nov 21 17:32:39 2011
New Revision: 1204612

URL: http://svn.apache.org/viewvc?rev=1204612&view=rev
Log:
VCL-225
no user groups to select from when adding a new user group

modified addGroup - fixed typo - 'editgroupid' was 'edigroupid'

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=1204612&r1=1204611&r2=1204612&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/groups.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/groups.php Mon Nov 21 17:32:39 2011
@@ -774,7 +774,7 @@ function updateGroup($data) {
 ///
 ////////////////////////////////////////////////////////////////////////////////
 function addGroup($data) {
-	if($data['editgroupid'] == 0 || $data['edigroupid'] == '')
+	if($data['editgroupid'] == 0 || $data['editgroupid'] == '')
 		$data['editgroupid'] = 'NULL';
 	if($data['type'] == "user") {
 		if(! array_key_exists('custom', $data))