Look: La barre d'outil de fckeditor est ouverte par defaut

This commit is contained in:
Laurent Destailleur
2006-08-12 19:13:30 +00:00
parent 8db3b8b0b9
commit 38d93a8a96

View File

@@ -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