[Vtigercrm-commits] [vtiger-commits] r10231 - /vtigercrm/branches/5.0.3/modules/Settings/AddCustomFieldToDB.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Feb 22 00:19:20 EST 2007
Author: saraj
Date: Wed Feb 21 22:19:15 2007
New Revision: 10231
Log:
fix for custom field duplicate lable. Fixes #3019
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 Wed Feb 21 22:19:15 2007
@@ -61,7 +61,7 @@
$fldPickList='';
}
- header("Location:index.php?module=Settings&action=CustomFieldList&fld_module=".$fldmodule."&fldType=".$fldType."&fldlabel=".$fldlabel."&fldlength=".$fldlength."&flddecimal=".$flddecimal."&fldPickList=".$fldPickList."&parenttab=".$parenttab."&duplicate=yes");
+ header("Location:index.php?module=Settings&action=CustomFieldList&fld_module=".$fldmodule."&fldType=".$fldType."&fldlabel=".$fldlabel."&parenttab=".$parenttab."&duplicate=yes");
}
else
More information about the vtigercrm-commits
mailing list