From b428c223f1adcdfc07b2fd0ba23451cd40f2d07d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 31 Jul 2007 17:41:01 +0000 Subject: [PATCH] =?UTF-8?q?task=20#7134=20:=20Utilisation=20de=20fckeditor?= =?UTF-8?q?=20pour=20les=20notes=20adh=E9rents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/adherents/note.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/adherents/note.php b/htdocs/adherents/note.php index 68f4d9de7d7..fc5ea79a4b8 100644 --- a/htdocs/adherents/note.php +++ b/htdocs/adherents/note.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2006 Laurent Destailleur + * Copyright (C) 2004-2007 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -114,7 +114,6 @@ if ($id) { print ""; print "id."\">"; - if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_MEMBER) { // Editeur wysiwyg @@ -124,7 +123,7 @@ if ($id) } else { - print ''; + print ''; } } else