phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin/inc class.sonews.inc.php, 1.1.2.1.2.7


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.sonews.inc.php, 1.1.2.1.2.7, 1.1.2.1.2.8
Date: Wed, 16 Jul 2003 22:10:39 -0400

Update of /cvsroot/phpgroupware/news_admin/inc
In directory subversions:/tmp/cvs-serv2354

Modified Files:
      Tag: Version-0_9_16-branch
        class.sonews.inc.php 
Log Message:
forgot to save before comitting :)

Index: class.sonews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/Attic/class.sonews.inc.php,v
retrieving revision 1.1.2.1.2.7
retrieving revision 1.1.2.1.2.8
diff -C2 -r1.1.2.1.2.7 -r1.1.2.1.2.8
*** class.sonews.inc.php        17 Jul 2003 02:09:16 -0000      1.1.2.1.2.7
--- class.sonews.inc.php        17 Jul 2003 02:10:37 -0000      1.1.2.1.2.8
***************
*** 118,122 ****
                                . 'news_begin=' . intval($news['begin']) . ', '
                                . 'news_end=' . intval($news['end']) . ', '
!                               . 'news_cat=' . intval($news['category']) . ' '
                                . 'is_html=' . ($news['is_html'] ? 1 : 0) .' '
                                . 'WHERE news_id=' . 
intval($news['id']),__LINE__,__FILE__);
--- 118,122 ----
                                . 'news_begin=' . intval($news['begin']) . ', '
                                . 'news_end=' . intval($news['end']) . ', '
!                               . 'news_cat=' . intval($news['category']) . ', '
                                . 'is_html=' . ($news['is_html'] ? 1 : 0) .' '
                                . 'WHERE news_id=' . 
intval($news['id']),__LINE__,__FILE__);





reply via email to

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