phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/inc class.uinews.inc.php,1.35


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/inc class.uinews.inc.php,1.35
Date: Fri, 18 Nov 2005 13:40:00 +0100

Update of news_admin/inc

Modified Files:
     Branch: MAIN
            class.uinews.inc.php lines: +2 -2

Log Message:
fix improper field name bug reported by Omat5e1 on IRC

====================================================
Index: news_admin/inc/class.uinews.inc.php
diff -u news_admin/inc/class.uinews.inc.php:1.34 
news_admin/inc/class.uinews.inc.php:1.35
--- news_admin/inc/class.uinews.inc.php:1.34    Wed Nov 16 14:27:01 2005
+++ news_admin/inc/class.uinews.inc.php Fri Nov 18 12:40:09 2005
@@ -830,7 +830,7 @@
                                <!--
                                        window.onload = function()
                                        {
-                                               var oFCKeditor = new 
FCKeditor(\'exec[text]\');
+                                               var oFCKeditor = new 
FCKeditor(\'nl_content\');
                                                oFCKeditor.BasePath = "' . 
$GLOBALS['phpgw_info']['server']['webserver_url'] . '/news_admin/js/fckeditor/";
                                                oFCKeditor.ReplaceTextarea();
                                                toggle();






reply via email to

[Prev in Thread] Current Thread [Next in Thread]