[Vtigercrm-commits] [vtiger-commits] r9590 - /vtigercrm/branches/5.0.1/include/CustomFieldUtil.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 02:15:31 EDT 2006
Author: richie
Date: Mon Oct 9 00:15:27 2006
New Revision: 9590
Log:
new type named Skype added for custom field --Minnie
Modified:
vtigercrm/branches/5.0.1/include/CustomFieldUtil.php
Modified: vtigercrm/branches/5.0.1/include/CustomFieldUtil.php
==============================================================================
--- vtigercrm/branches/5.0.1/include/CustomFieldUtil.php (original)
+++ vtigercrm/branches/5.0.1/include/CustomFieldUtil.php Mon Oct 9 00:15:27 2006
@@ -73,6 +73,10 @@
{
$fldname = 'Multi-Select Combo Box';
}
+ elseif($uitype == 85)
+ {
+ $fldname = 'Skype';
+ }
$log->debug("Exiting getCustomFieldTypeName method ...");
return $fldname;
}
@@ -216,6 +220,10 @@
{
$fieldtype = '11';
}
+ elseif($label == 'Skype')
+ {
+ $fieldtype = '12';
+ }
$log->debug("Exiting getFldTypeandLengthValue method ...");
return $fieldtype;
}
More information about the vtigercrm-commits
mailing list