From 3646a085fb3fc885d124903e56314dfbe5b18b9e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Mar 2003 22:48:46 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/main.inc.php3 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index 00f5890f966..38c162d5e3e 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -143,12 +143,20 @@ if (defined("MAIN_MODULE_FICHEINTER")) $conf->fichinter->enabled=MAIN_MODULE_FICHEINTER; } - if (defined("MAIN_MODULE_ADHERENT")) { $conf->adherent->enabled=MAIN_MODULE_ADHERENT; } +if (defined("BOUTIQUE_LIVRE")) +{ + $conf->boutique->livre->enabled=BOUTIQUE_LIVRE; +} + +if (defined("BOUTIQUE_ALBUM")) +{ + $conf->boutique->album->enabled=BOUTIQUE_ALBUM; +} /* */