From aaa2c4d0653713828da2e99dcb944c99348db896 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 17 Feb 2005 13:28:32 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20du=20r=E9pertoires=20des=20graph=20de?= =?UTF-8?q?=20stats=20pour=20les=20produits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/master.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php index ae4494e9ff7..a7e90a042f0 100644 --- a/htdocs/master.inc.php +++ b/htdocs/master.inc.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2002-2005 Rodolphe Quiedeville * Copyright (C) 2003 Xavier Dutoit * Copyright (C) 2004 Laurent Destailleur * Copyright (C) 2004 Sebastien Di Cintio @@ -259,6 +259,7 @@ if (defined("MAIN_MODULE_PRODUIT")) } $conf->produit->dir_output=DOL_DATA_ROOT."/produit"; $conf->produit->dir_images=DOL_DATA_ROOT."/produit/images"; + if (defined("MAIN_MODULE_SERVICE")) { $conf->service->enabled=MAIN_MODULE_SERVICE;