phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] headlines newheadline.php, 1.13.2.1.2.1, 1.13.2.1.2.2


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] headlines newheadline.php, 1.13.2.1.2.1, 1.13.2.1.2.2
Date: Sun, 02 Nov 2003 00:18:37 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        newheadline.php 
Log Message:
typo fix


Index: newheadline.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/newheadline.php,v
retrieving revision 1.13.2.1.2.1
retrieving revision 1.13.2.1.2.2
diff -C2 -d -r1.13.2.1.2.1 -r1.13.2.1.2.2
*** newheadline.php     10 Oct 2003 01:13:43 -0000      1.13.2.1.2.1
--- newheadline.php     2 Nov 2003 00:18:34 -0000       1.13.2.1.2.2
***************
*** 73,77 ****
  
                $phpgw->db->query('SELECT display FROM phpgw_headlines_sites'
!                               . " WHERE 
base_url='".$phpgws->db->db_addslashes(strtolower($n_base_url)) . "'"
                                . " AND newsfile 
LIKE'".$phpgw->db->db_addslashes($n_newsfile)."'",__LINE__,__FILE__);
                $phpgw->db->next_record();
--- 73,77 ----
  
                $phpgw->db->query('SELECT display FROM phpgw_headlines_sites'
!                               . " WHERE 
base_url='".$phpgw->db->db_addslashes(strtolower($n_base_url)) . "'"
                                . " AND newsfile 
LIKE'".$phpgw->db->db_addslashes($n_newsfile)."'",__LINE__,__FILE__);
                $phpgw->db->next_record();





reply via email to

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