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: Tue, 04 Apr 2006 11:58:47 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    news_admin
Branch:         
Changes by:     Dave Hall <address@hidden>      06/04/04 11:58:47

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

Log message:
        fix wrong element reference

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

Patches:
Index: news_admin/inc/class.uinews.inc.php
diff -u news_admin/inc/class.uinews.inc.php:1.37 
news_admin/inc/class.uinews.inc.php:1.38
--- news_admin/inc/class.uinews.inc.php:1.37    Tue Apr  4 11:45:59 2006
+++ news_admin/inc/class.uinews.inc.php Tue Apr  4 11:58:47 2006
@@ -14,7 +14,7 @@
        * Many enhancements were sponsored by ecotrader.net                     
   *
        
\**************************************************************************/
 
-       /* $Id: class.uinews.inc.php,v 1.37 2006/04/04 11:45:59 skwashd Exp $ */
+       /* $Id: class.uinews.inc.php,v 1.38 2006/04/04 11:58:47 skwashd Exp $ */
 
        class uinews
        {
@@ -821,7 +821,7 @@
                         {
                                 $GLOBALS['phpgw']->richtext =& 
createObject('phpgwapi.richtext');
                         }
-                       
$GLOBALS['phpgw']->richtext->replace_element('nl_content');
+                       
$GLOBALS['phpgw']->richtext->replace_element('news_content');
                        $GLOBALS['phpgw']->richtext->generate_script();
                        $GLOBALS['phpgw']->js->add_event('load', 'toggle();');
 




reply via email to

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