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