From c6650dfb2eb5311ada4a4651c6d622afdabe7cef Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 11 Jul 2005 08:51:24 +0000 Subject: [PATCH] Fix: correction ligne 255 --- htdocs/product/stats/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stats/fiche.php b/htdocs/product/stats/fiche.php index 2dd34266564..2939c278bfe 100644 --- a/htdocs/product/stats/fiche.php +++ b/htdocs/product/stats/fiche.php @@ -252,7 +252,7 @@ if ($_GET["id"]) print ''.$langs->trans("ChartNotGenerated").''; } print '['.$langs->trans("ReCalculate").']'; - if (file_exists($filenbpiece) && filemtime($filenbpiece33)) + if (file_exists($filenbpiece) && filemtime($filenbpiece)) { print ''.$langs->trans("GeneratedOn",dolibarr_print_date(filemtime($filenbpiece),"%d %b %Y %H:%M:%S")).''; }