Index: branches/5.0.x/core/units/languages/languages_item.php =================================================================== diff -u -N -r12734 -r13214 --- branches/5.0.x/core/units/languages/languages_item.php (.../languages_item.php) (revision 12734) +++ branches/5.0.x/core/units/languages/languages_item.php (.../languages_item.php) (revision 13214) @@ -1,6 +1,6 @@ GetDBField('DecimalPoint'), $this->GetDBField('ThousandSep')); + return number_format($number, $precision, (string)$this->GetDBField('DecimalPoint'), (string)$this->GetDBField('ThousandSep')); } function Load($id, $id_field_name=null)