X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fcurrent_user.inc;h=239324c69dd0f304942fbc8980a88da21eb68afe;hb=4e3677feed9f4e4290332a34e6c8b16dfe06863a;hp=9a0ceddeec9969d2d0ca75ba82f0b458019895f0;hpb=486fdc7e20c36a6aa9297196ba3bc454b81513f1;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')