[Vtigercrm-commits] [vtiger-commits] r10833 - /vtigercrm/branches/5.0.3/modules/Settings/AddCustomFieldToDB.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 10 14:43:32 EDT 2007
Author: jerrydgeorge
Date: Thu May 10 12:43:20 2007
New Revision: 10833
Log:
Email Validation not proper for Custom field issue has been fixed.Fixes #3808
Modified:
vtigercrm/branches/5.0.3/modules/Settings/AddCustomFieldToDB.php
Modified: vtigercrm/branches/5.0.3/modules/Settings/AddCustomFieldToDB.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Settings/AddCustomFieldToDB.php (original)
+++ vtigercrm/branches/5.0.3/modules/Settings/AddCustomFieldToDB.php Thu May 10 12:43:20 2007
@@ -153,7 +153,7 @@
{
$uitype = 13;
$type = "C(50)"; //adodb type
- $uichekdata='V~O';
+ $uichekdata='E~O';
}
elseif($fldType == 'Phone')
{
More information about the vtigercrm-commits
mailing list