[Vtigercrm-commits] [vtiger-commits] r5304 - /vtigercrm/trunk/modules/Users/SaveGroup.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 13:10:30 EDT 2006


Author: don
Date: Mon Apr 24 11:10:26 2006
New Revision: 5304

Log:
parenttab issue has been fixed

Modified:
    vtigercrm/trunk/modules/Users/SaveGroup.php

Modified: vtigercrm/trunk/modules/Users/SaveGroup.php
==============================================================================
--- vtigercrm/trunk/modules/Users/SaveGroup.php (original)
+++ vtigercrm/trunk/modules/Users/SaveGroup.php Mon Apr 24 11:10:26 2006
@@ -99,11 +99,11 @@
 			$groupId=createGroup($groupName,$groupMemberArray,$description);
 			//Inserting into role Table
 			//$roleId = createRole($rolename,$parentRoleId,$profile_array);
-			 $loc = "Location: index.php?action=".$returnaction."&module=Users&groupId=".$groupId; 	 
+			 $loc = "Location: index.php?action=".$returnaction."&parenttab=Settings&module=Users&groupId=".$groupId; 	 
 		}
 		else
 		{
-			$loc = "Location: index.php?action=createnewgroup&module=Users&groupname=".$groupName."&desc=".$description."&error=true";
+			$loc = "Location: index.php?action=createnewgroup&parenttab=Settings&module=Users&groupname=".$groupName."&desc=".$description."&error=true";
 		}
 
 





More information about the vtigercrm-commits mailing list