From ff015ccf5685c83ab5efa89238ae5322959954b9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 16 May 2011 16:20:14 +0000 Subject: [PATCH] A comment to test a patch --- htdocs/core/class/conf.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 038ec03c0d5..b5b3b508bde 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -78,6 +78,8 @@ class Conf { //! Charset for HTML output and for storing data in memory $this->file->character_set_client='UTF-8'; // UTF-8, ISO-8859-1 + + // $this->agendas_modules['comm/action'][]= 'ActionAgenda'; }