From 6dd1bb82197d9305bbe7ef21b4bf583cc4c11cbf Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 29 Sep 2007 14:56:58 +0000 Subject: [PATCH] =?UTF-8?q?d=E9but=20ajout=20du=20module=20"=E9tiquettes"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/conf/conf.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 754226e196e..4239d1fb271 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -327,6 +327,8 @@ class Conf // Module FCKeditor $this->fckeditor->enabled=defined("MAIN_MODULE_FCKEDITOR")?MAIN_MODULE_FCKEDITOR:0; $this->fckeditor->dir_output=DOL_DATA_ROOT."/fckeditor"; + // Module etiquette + $this->label->enabled=defined("MAIN_MODULE_LABEL")?MAIN_MODULE_LABEL:0; /*