From 64b94af0091b3889a3deda4d4655a1101c493a59 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Mar 2010 02:00:32 +0000 Subject: [PATCH] Fix: USe user language for popup calendar --- htdocs/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.formfile.class.php b/htdocs/html.formfile.class.php index d944df08af3..dbbd236767d 100644 --- a/htdocs/html.formfile.class.php +++ b/htdocs/html.formfile.class.php @@ -137,7 +137,7 @@ class FormFile * \param param More param on http links * \param title Title to show on top of form * \param buttonlabel Label on submit button - * \param codelang Defautl language code to use on lang combo box if multilang is enabled + * \param codelang Default language code to use on lang combo box if multilang is enabled * \return int <0 si ko, nbre de fichiers affiches si ok */ function show_documents($modulepart,$filename,$filedir,$urlsource,$genallowed,$delallowed=0,$modelselected='',$modelliste=array(),$forcenomultilang=0,$iconPDF=0,$maxfilenamelength=28,$noform=0,$param='',$title='',$buttonlabel='',$codelang='')