[Vtigercrm-commits] [vtiger-commits] r8005 - /vtigercrm/trunk/modules/Users/DefaultFieldPermissions.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 14:40:46 EDT 2006


Author: richie
Date: Thu Jul 13 12:40:10 2006
New Revision: 8005

Log:
added comments in code

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

Modified: vtigercrm/trunk/modules/Users/DefaultFieldPermissions.php
==============================================================================
--- vtigercrm/trunk/modules/Users/DefaultFieldPermissions.php (original)
+++ vtigercrm/trunk/modules/Users/DefaultFieldPermissions.php Thu Jul 13 12:40:10 2006
@@ -45,7 +45,13 @@
 else
 	$smarty->assign("DEF_MODULE",'Leads');
 
-//Standard PickList Fields
+/** Function to get the field label/permission array to construct the default orgnization field UI for the specified profile 
+  * @param $fieldListResult -- mysql query result that contains the field label and uitype:: Type array
+  * @param $mod_strings -- i18n language mod strings array:: Type array
+  * @param $profileid -- profile id:: Type integer
+  * @returns $standCustFld -- field label/permission array :: Type varchar
+  *
+ */	
 function getStdOutput($fieldListResult, $noofrows, $mod_strings,$profileid)
 {
 	global $adb;





More information about the vtigercrm-commits mailing list