diff --git a/htdocs/core/lib/functionsnumtoword.lib.php b/htdocs/core/lib/functionsnumtoword.lib.php
index 156a046db5aef59455d13608303cf5e909bbb63f..7df62774ca63ae1b1b5cedccc7f58b66598f524e 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;