Index: branches/5.1.x/core/units/helpers/custom_fields_helper.php =================================================================== diff -u -N -r13545 -r13750 --- branches/5.1.x/core/units/helpers/custom_fields_helper.php (.../custom_fields_helper.php) (revision 13545) +++ branches/5.1.x/core/units/helpers/custom_fields_helper.php (.../custom_fields_helper.php) (revision 13750) @@ -1,6 +1,6 @@ Application->Debugger->appendTrace(); } - trigger_error('Invalid symbol in ValueList field [' . substr($values_list, 0, 100) . ' ...]' , E_USER_NOTICE); + trigger_error('Invalid symbol in ValueList field [' . substr($values_list, 0, 100) . ' ...]' , E_USER_WARNING); return Array (); }