[Vtigercrm-commits] [vtiger-commits] r9301 - /vtigercrm/trunk/modules/Settings/AddCustomFieldToDB.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 6 01:18:57 EDT 2006
Author: saraj
Date: Tue Sep 5 23:18:54 2006
New Revision: 9301
Log:
V~0 and C~0 changed to V~O and C~O --Minnie
Modified:
vtigercrm/trunk/modules/Settings/AddCustomFieldToDB.php
Modified: vtigercrm/trunk/modules/Settings/AddCustomFieldToDB.php
==============================================================================
--- vtigercrm/trunk/modules/Settings/AddCustomFieldToDB.php (original)
+++ vtigercrm/trunk/modules/Settings/AddCustomFieldToDB.php Tue Sep 5 23:18:54 2006
@@ -212,19 +212,19 @@
{
$uitype = 56;
$type = "C(3) default 0"; //adodb type
- $uichekdata='C~0';
+ $uichekdata='C~O';
}
elseif($fldType == 'TextArea')
{
$uitype = 21;
$type = "X"; //adodb type
- $uichekdata='V~0';
+ $uichekdata='V~O';
}
elseif($fldType == 'MultiSelectCombo')
{
$uitype = 33;
$type = "X"; //adodb type
- $uichekdata='V~0';
+ $uichekdata='V~O';
}
// No Decimal Pleaces Handling
More information about the vtigercrm-commits
mailing list