[Vtigercrm-commits] [vtiger-commits] r8006 - /vtigercrm/trunk/modules/Users/EditDefOrgFieldLevelAccess.php

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


Author: richie
Date: Thu Jul 13 12:51:05 2006
New Revision: 8006

Log:
added comments in code

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

Modified: vtigercrm/trunk/modules/Users/EditDefOrgFieldLevelAccess.php
==============================================================================
--- vtigercrm/trunk/modules/Users/EditDefOrgFieldLevelAccess.php (original)
+++ vtigercrm/trunk/modules/Users/EditDefOrgFieldLevelAccess.php Thu Jul 13 12:51:05 2006
@@ -41,7 +41,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