From 6caf966ea8d7d8833d74110e3ffb26cedbe1a4c9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 9 Apr 2010 08:29:10 +0000 Subject: [PATCH] Fix: deprecated date --- htdocs/fourn/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index 1a0d1980392..f55b780fc11 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -266,7 +266,7 @@ if ($resql) print ''.img_object($langs->trans("ShowSupplier"),"company").''; print " socid."\">".$obj->nom."\n"; print ''.$obj->code_fournisseur.' '; - print ''.dol_print_date($obj->tms,'day').''; + print ''.dol_print_date($db->jdate($obj->tms),'day').''; print "\n"; } print "\n";