From 842859c394cef345ab2f876fb9462711d5ac0756 Mon Sep 17 00:00:00 2001 From: arnaud Date: Mon, 20 Feb 2017 10:16:28 +0100 Subject: [PATCH] FIX travis bis --- htdocs/core/lib/functionsnumtoword.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/lib/functionsnumtoword.lib.php b/htdocs/core/lib/functionsnumtoword.lib.php index 156a046db5a..7df62774ca6 100644 --- a/htdocs/core/lib/functionsnumtoword.lib.php +++ b/htdocs/core/lib/functionsnumtoword.lib.php @@ -26,14 +26,14 @@ /** * Function to return number in text. * - * @deprecated - * @param float $numero Number to convert + * + * @param float $num Number to convert * @param Lang $langs Language * @param boolean $currency 0=number to translate | 1=currency to translate * @param boolean $centimes 0=no centimes | 1=centimes to translate * @return string Text of the number */ -function dol_convertToWord($num=0, $langs, $currency=false, $centimes=false) +function dol_convertToWord($num, $langs, $currency=false, $centimes=false) { global $conf;