From 38d93a8a96cb8b29c7c528696b87f01cc6cb137e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Aug 2006 19:13:30 +0000 Subject: [PATCH] Look: La barre d'outil de fckeditor est ouverte par defaut --- htdocs/socnote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 070982f942e..ec425a02e1e 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -122,7 +122,7 @@ if ($socidp > 0) if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_SOCIETE) { require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); - $doleditor=new DolEditor('note',$societe->note,280,'dolibarr_notes'); + $doleditor=new DolEditor('note',$societe->note,280,'dolibarr_notes','In',true); $doleditor->Create(); } else