From 78488fe84ebd8c8dac0295d58f4c889a92c295e9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Mar 2006 02:07:12 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Warning=20sur=20pb=20param=E8tre=20fonct?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 37f1f23f7bb..73e7bf1ac80 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1631,7 +1631,7 @@ class Form print ''; } print ''; - $timearray=getDate($set_time); + //$timearray=getDate($set_time); // print '
'.$timearray['mon']; $formated_date=dolibarr_print_date($set_time,$conf->format_date_short); if($formated_date=="?") $formated_date="";