[Vtigercrm-commits] [vtiger-commits] r7996 - /vtigercrm/trunk/modules/Settings/CustomFieldList.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jul 13 12:28:12 EDT 2006
Author: richie
Date: Thu Jul 13 10:28:08 2006
New Revision: 7996
Log:
API docs and logs updated
Modified:
vtigercrm/trunk/modules/Settings/CustomFieldList.php
Modified: vtigercrm/trunk/modules/Settings/CustomFieldList.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/CustomFieldList.php (original)
+++ vtigercrm/trunk/modules/Settings/CustomFieldList.php Thu Jul 13 10:28:08 2006
@@ -83,6 +83,11 @@
else
$smarty->display('CustomFieldEntries.tpl');
+ /**
+ * Function to get customfield entries
+ * @param string $module - Module name
+ * return array $cflist - customfield entries
+ */
function getCFListEntries($module)
{
$tabid = getTabid($module);
@@ -119,6 +124,12 @@
}
return $cflist;
}
+
+/**
+* Function to Lead customfield Mapping entries
+* @param integer $cfid - Lead customfield id
+* return array $label - customfield mapping
+*/
function getListLeadMapping($cfid)
{
global $adb;
More information about the vtigercrm-commits
mailing list