phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] headlines/inc functions.inc.php, 1.16.4.1, 1.16.4.2


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] headlines/inc functions.inc.php, 1.16.4.1, 1.16.4.2
Date: Mon, 24 Nov 2003 21:49:09 +0000

Update of /cvsroot/phpgroupware/headlines/inc
In directory subversions:/tmp/cvs-serv2174

Modified Files:
      Tag: Version-0_9_16-branch
        functions.inc.php 
Log Message:
sql fix


Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/inc/Attic/functions.inc.php,v
retrieving revision 1.16.4.1
retrieving revision 1.16.4.2
diff -C2 -d -r1.16.4.1 -r1.16.4.2
*** functions.inc.php   10 Oct 2003 01:13:45 -0000      1.16.4.1
--- functions.inc.php   24 Nov 2003 21:49:07 -0000      1.16.4.2
***************
*** 71,75 ****
                {
                        $GLOBALS['phpgw']->db->query("SELECT 
con,display,base_url,newsfile,lastread,newstype,"
!                     . "cachetime,listings FROM phpgw_headlines_sites WHERE 
con = $site",__LINE__,__FILE__);
                        if (! $GLOBALS['phpgw']->db->num_rows())
                        {
--- 71,75 ----
                {
                        $GLOBALS['phpgw']->db->query("SELECT 
con,display,base_url,newsfile,lastread,newstype,"
!                     . 'cachetime,listings FROM phpgw_headlines_sites WHERE 
con = ' .intval($site),__LINE__,__FILE__);
                        if (! $GLOBALS['phpgw']->db->num_rows())
                        {





reply via email to

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