From 547d30d4902e145c9af5223d7ecdcc95186d1051 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 14 Oct 2009 04:58:52 +0000 Subject: [PATCH] Reenable FCK editor in the email editor --- admin/communication.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin/communication.php b/admin/communication.php index 7e16218..7d41aa6 100644 --- a/admin/communication.php +++ b/admin/communication.php @@ -228,7 +228,6 @@ case 'dialog_edit': : BasePath = "../fckeditor/"; @@ -236,9 +235,9 @@ case 'dialog_edit': $oFCKeditor->Value = $bodyhtml; $oFCKeditor->Width="100%"; $oFCKeditor->Height=300; - $oFCKeditor->Create();*/ + $oFCKeditor->Create(); + // echo "" ?> -