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

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 16:54:27 EDT 2006


Author: richie
Date: Thu Jul 13 14:53:20 2006
New Revision: 8023

Log:
added comments in code

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 Thu Jul 13 14:53:20 2006
@@ -44,7 +44,16 @@
 
 
 
-
+/** returns the group members in an formatted array  
+  * @param $member_array -- member_array:: Type varchar
+  * @returns $groupMemberArray:: Type varchar
+  
+  	$groupMemberArray['groups'] -- gives the array of sub groups members ;
+	$groupMemberArray['roles'] -- gives the array of roles present in the group ;
+	$groupMemberArray['rs'] -- gives the array of roles & subordinates present in the group ;
+	$groupMemberArray['users'] -- gives the array of roles & subordinates present in the group;
+  *
+ */
 function constructGroupMemberArray($member_array)
 {
 	global $adb;





More information about the vtigercrm-commits mailing list