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


From: Dave Hall
Subject: [Phpgroupware-cvs] news_admin/inc class.uinews.inc.php
Date: Thu, 15 Dec 2005 14:16:20 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    news_admin
Branch:         
Changes by:     Dave Hall <address@hidden>      05/12/15 14:16:20

Modified files:
        inc            : class.uinews.inc.php 

Log message:
        fix field name in edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/news_admin/inc/class.uinews.inc.php.diff?tr1=1.35&tr2=1.36&r1=text&r2=text

Patches:
Index: news_admin/inc/class.uinews.inc.php
diff -u news_admin/inc/class.uinews.inc.php:1.35 
news_admin/inc/class.uinews.inc.php:1.36
--- news_admin/inc/class.uinews.inc.php:1.35    Fri Nov 18 12:40:09 2005
+++ news_admin/inc/class.uinews.inc.php Thu Dec 15 14:16:19 2005
@@ -14,7 +14,7 @@
        * Many enhancements were sponsored by ecotrader.net                     
   *
        
\**************************************************************************/
 
-       /* $Id: class.uinews.inc.php,v 1.35 2005/11/18 12:40:09 skwashd Exp $ */
+       /* $Id: class.uinews.inc.php,v 1.36 2005/12/15 14:16:19 skwashd Exp $ */
 
        class uinews
        {
@@ -830,7 +830,7 @@
                                <!--
                                        window.onload = function()
                                        {
-                                               var oFCKeditor = new 
FCKeditor(\'nl_content\');
+                                               var oFCKeditor = new 
FCKeditor(\'news[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]