X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fcurrent_user.inc;h=239324c69dd0f304942fbc8980a88da21eb68afe;hb=314da04d8ef9a6d7f8482aeb069d9cbc3d34724c;hp=9a0ceddeec9969d2d0ca75ba82f0b458019895f0;hpb=a2ae0e35302270ae811db2e6acb44c16b186a970;p=fa-stable.git diff --git a/includes/current_user.inc b/includes/current_user.inc index 9a0cedde..239324c6 100644 --- a/includes/current_user.inc +++ b/includes/current_user.inc @@ -302,7 +302,7 @@ function round2($number, $decimals=0) function number_format2($number, $decimals=0) { global $SysPrefs; - $tsep = $SysPrefs->thoseps[user_dec_sep()]; + $tsep = $SysPrefs->thoseps[user_tho_sep()]; $dsep = $SysPrefs->decseps[user_dec_sep()]; if($decimals==='max')