[Vtigercrm-commits] [vtiger-commits] r9588 - /vtigercrm/branches/5.0.1/modules/Settings/AddCustomFieldToDB.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Oct 9 01:40:05 EDT 2006


Author: richie
Date: Sun Oct  8 23:40:01 2006
New Revision: 9588

Log:
new type Skype added for custom field  --Minnie

Modified:
    vtigercrm/branches/5.0.1/modules/Settings/AddCustomFieldToDB.php

Modified: vtigercrm/branches/5.0.1/modules/Settings/AddCustomFieldToDB.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Settings/AddCustomFieldToDB.php (original)
+++ vtigercrm/branches/5.0.1/modules/Settings/AddCustomFieldToDB.php Sun Oct  8 23:40:01 2006
@@ -225,6 +225,12 @@
 		 $uitype = 33;
 		 $type = "X"; //adodb type
 		 $uichekdata='V~O';
+	}
+	elseif($fldType == 'Skype')
+	{
+		$uitype = 85;
+		$type = "C(255)"; //adodb type
+		$uichekdata='V~O';
 	}
 	// No Decimal Pleaces Handling
 





More information about the vtigercrm-commits mailing list