phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] news_admin/inc class.sonews.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] news_admin/inc class.sonews.inc.php
Date: Fri, 25 Aug 2006 05:27:11 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    news_admin
Changes by:     Dave Hall <skwashd>     06/08/25 05:27:11

Modified files:
        inc            : class.sonews.inc.php 

Log message:
        add missing '

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/news_admin/inc/class.sonews.inc.php?cvsroot=phpgroupware&r1=1.10&r2=1.11

Patches:
Index: class.sonews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.sonews.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- class.sonews.inc.php        23 Aug 2006 13:32:02 -0000      1.10
+++ class.sonews.inc.php        25 Aug 2006 05:27:11 -0000      1.11
@@ -9,7 +9,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: class.sonews.inc.php,v 1.10 2006/08/23 13:32:02 skwashd Exp $ */
+       /* $Id: class.sonews.inc.php,v 1.11 2006/08/25 05:27:11 skwashd Exp $ */
 
        class sonews
        {
@@ -77,7 +77,7 @@
                                . 'news_begin=' . intval($news['begin']) . ', '
                                . 'news_end=' . intval($news['end']) . ', '
                                . 'news_cat=' . intval($news['category']) . ', '
-                               . 'is_html=1  '
+                               . 'is_html=1,  '
                                . 'lastmod=' . time() . ' '
                                . 'WHERE news_id=' . 
intval($news['id']),__LINE__,__FILE__);
                        return !!$this->db->affected_rows();




reply via email to

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