From 7c61cd03d270dcdf306ba8f1270dd50c5ffcf7ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 15 Mar 2004 19:04:04 +0000 Subject: [PATCH] Correction erreur class graph already defined dans les stats products. --- htdocs/product/stats/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/product/stats/index.php b/htdocs/product/stats/index.php index 7df532156ff..ad94e908760 100644 --- a/htdocs/product/stats/index.php +++ b/htdocs/product/stats/index.php @@ -1,5 +1,6 @@ + * Copyright (C) 2004 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +23,7 @@ require("./pre.inc.php"); require("../../propal.class.php"); -require("../../graph.class.php"); +//require("../../graph.class.php"); llxHeader();