Index: branches/unlabeled/unlabeled-1.13.2/kernel/include/customfield.php =================================================================== diff -u -r4760 -r5796 --- branches/unlabeled/unlabeled-1.13.2/kernel/include/customfield.php (.../customfield.php) (revision 4760) +++ branches/unlabeled/unlabeled-1.13.2/kernel/include/customfield.php (.../customfield.php) (revision 5796) @@ -123,7 +123,7 @@ $ml_formatter =& $this->Application->recallObject('kMultiLanguage'); foreach ($custom_fields as $custom_id => $custom_info) { $custom_name = $ml_formatter->LangFieldName('cust_'.$custom_id); - $custom_info['Value'] = getArrayValue($custom_data, $custom_name) ? $custom_data[$custom_name] : ''; + $custom_info['Value'] = $custom_data[$custom_name]; $custom_info['CustomDataId'] = 0; $this->AddItemFromArray($custom_info); }