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':
=i18n("Email Body")?>: |
- /*
require_once("../fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor("bodyhtml") ;
$oFCKeditor->BasePath = "../fckeditor/";
@@ -236,9 +235,9 @@ case 'dialog_edit':
$oFCKeditor->Value = $bodyhtml;
$oFCKeditor->Width="100%";
$oFCKeditor->Height=300;
- $oFCKeditor->Create();*/
+ $oFCKeditor->Create();
+ // echo ""
?>
-
|