[Vtigercrm-commits] [vtiger-commits] r8012 - /vtigercrm/trunk/modules/Users/listroles.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 15:57:15 EDT 2006


Author: richie
Date: Thu Jul 13 13:56:41 2006
New Revision: 8012

Log:
added comments in code

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

Modified: vtigercrm/trunk/modules/Users/listroles.php
==============================================================================
--- vtigercrm/trunk/modules/Users/listroles.php (original)
+++ vtigercrm/trunk/modules/Users/listroles.php Thu Jul 13 13:56:41 2006
@@ -85,6 +85,15 @@
 
 $roleout ='';
 $roleout .= indent($hrarray,$roleout,$role_det);
+
+/** recursive function to construct the role tree ui 
+  * @param $hrarray -- Hierarchial role tree array with only the roleid:: Type array
+  * @param $roleout -- html string ouput of the constucted role tree ui:: Type varchar 
+  * @param $role_det -- Roledetails array got from calling getAllRoleDetails():: Type array 
+  * @returns $role_out -- html string ouput of the constucted role tree ui:: Type string
+  *
+ */
+
 function indent($hrarray,$roleout,$role_det)
 {
 	global $theme;





More information about the vtigercrm-commits mailing list