From 482f7d821a26142353945e9392cb19a465829896 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 9 Mar 2004 14:29:35 +0000 Subject: [PATCH] Ajout BarGrpah --- htdocs/product/stats/pre.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/product/stats/pre.inc.php b/htdocs/product/stats/pre.inc.php index 0770549c100..26e59ac4cd6 100644 --- a/htdocs/product/stats/pre.inc.php +++ b/htdocs/product/stats/pre.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003-2004 Rodolphe Quiedeville * * 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 @@ -20,6 +20,7 @@ * */ require("../../main.inc.php"); +require(DOL_DOCUMENT_ROOT."/bargraph.class.php"); function llxHeader($head = "", $urlp = "") {