From 4c481a17b3ddebc222871b34f107b5f00b539304 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 12 Aug 2008 18:28:10 +0000 Subject: [PATCH] Modif utf --- htdocs/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php index 153991c8d6e..43db659211e 100644 --- a/htdocs/lib/functions.lib.php +++ b/htdocs/lib/functions.lib.php @@ -2024,7 +2024,7 @@ function price($amount, $html=0, $outlangs='', $trunc=1, $nbdecimal=2) * 'MT'=Round to Max for totals with Tax (MAIN_MAX_DECIMALS_TOT) * 'MS'=Round to Max Shown (MAIN_MAX_DECIMALS_SHOWN) * ''=No rounding - * \return string Montant au format num�rique PHP et SQL (Exemple: '99.99999') + * \return string Montant au format numerique PHP et SQL (Exemple: '99.99999') * \seealso price Fonction inverse de price2num */ function price2num($amount,$rounding='')