From e185c237c3f5cf8f76d548d4b84c25d96bbd1458 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Feb 2004 23:16:50 +0000 Subject: [PATCH] =?UTF-8?q?La=20variable=20$conf->service->enabled=20n'=E9?= =?UTF-8?q?tait=20pas=20d=E9finie.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 20ba73b76ba..0e244f22e28 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -349,6 +349,11 @@ if (defined("MAIN_MODULE_PRODUIT")) $conf->produit->enabled=MAIN_MODULE_PRODUIT; } +if (defined("MAIN_MODULE_SERVICE")) +{ + $conf->service->enabled=MAIN_MODULE_SERVICE; +} + if (defined("MAIN_MODULE_BOUTIQUE")) { $conf->boutique->enabled=MAIN_MODULE_BOUTIQUE;