![]() |
Alexey admin 8/31/2007 |
Peter, function format_currency($val) { global $locale_info; if(!is_numeric($val)) return $val; and insert this line just after: $val=round($val,$locale_info["LOCALE_ICURRDIGITS"]);
|
F
|
farago author 8/31/2007 |
Thanks!
|