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.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.sonews.inc.php,1.1.2.1.2.1,1.1.2.1.2.2
Date: Sun, 04 May 2003 18:08:41 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.sonews.inc.php 
Log Message:
fix a typo

Index: class.sonews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.sonews.inc.php,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -C2 -r1.1.2.1.2.1 -r1.1.2.1.2.2
*** class.sonews.inc.php        4 May 2003 06:12:12 -0000       1.1.2.1.2.1
--- class.sonews.inc.php        4 May 2003 22:08:38 -0000       1.1.2.1.2.2
***************
*** 63,71 ****
                        if (! $oldnews)
                        {
!                               $this->db->limit_query("SELECT * FROM 
phpgw_news WHERE news_status='Active' AND news_cat=" . intval($cat_id) . "ORDER 
BY news_date DESC",0,__LINE__,__FILE__,5);
                        }
                        else
                        {
!                               $this->db->limit_query("SELECT * FROM 
phpgw_news WHERE news_status='Active' AND news_cat=" . intval($cat_id) . "ORDER 
BY news_date DESC ",$start,__LINE__,__FILE__,$total);
                        }
  
--- 63,71 ----
                        if (! $oldnews)
                        {
!                               $this->db->limit_query("SELECT * FROM 
phpgw_news WHERE news_status='Active' AND news_cat=" . intval($cat_id) . " 
ORDER BY news_date DESC",0,__LINE__,__FILE__,5);
                        }
                        else
                        {
!                               $this->db->limit_query("SELECT * FROM 
phpgw_news WHERE news_status='Active' AND news_cat=" . intval($cat_id) . " 
ORDER BY news_date DESC ",$start,__LINE__,__FILE__,$total);
                        }
  





reply via email to

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