From 9052a83f17d9319fde0c4c50fdbddfe2b078494a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Apr 2011 23:18:25 +0000 Subject: [PATCH] Switch to ckeditor by default --- htdocs/core/class/conf.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index eca10b06238..038ec03c0d5 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -194,7 +194,7 @@ class Conf } $i++; } - + // Sharings between entities if (isset($this->multicompany->enabled) && $this->multicompany->enabled && ! empty($multicompany_sharing)) { @@ -202,7 +202,7 @@ class Conf if ($ret) { $mc = new ActionsMulticompany($db); - + foreach($multicompany_sharing as $key => $value) { $this->entities[$key]=$mc->check_entity($value); @@ -367,7 +367,7 @@ class Conf if (empty($this->global->MAIN_GRAPH_LIBRARY)) $this->global->MAIN_GRAPH_LIBRARY = 'artichow'; if (! isset($this->global->MAIN_MAIL_EMAIL_INLINE_IMAGES)) $this->global->MAIN_MAIL_EMAIL_INLINE_IMAGES=1; - if (! isset($this->global->FCKEDITOR_EDITORNAME)) $this->global->FCKEDITOR_EDITORNAME='fckeditor'; // ckeditor to switch + if (! isset($this->global->FCKEDITOR_EDITORNAME)) $this->global->FCKEDITOR_EDITORNAME='ckeditor'; // fckeditor to switch // Format for date (used by default when not found or searched in lang) $this->format_date_short="%d/%m/%Y"; # Format of day with PHP/C tags (strftime functions)