phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] headlines editheadline.php, 1.12.2.1.2.1, 1.12.2.1.2.


From: Chris Weiss <address@hidden>
Subject: [Phpgroupware-cvs] headlines editheadline.php, 1.12.2.1.2.1, 1.12.2.1.2.2
Date: Sun, 02 Nov 2003 00:28:29 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        editheadline.php 
Log Message:
fix blatent typos


Index: editheadline.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/editheadline.php,v
retrieving revision 1.12.2.1.2.1
retrieving revision 1.12.2.1.2.2
diff -C2 -d -r1.12.2.1.2.1 -r1.12.2.1.2.2
*** editheadline.php    10 Oct 2003 01:13:43 -0000      1.12.2.1.2.1
--- editheadline.php    2 Nov 2003 00:28:27 -0000       1.12.2.1.2.2
***************
*** 88,92 ****
  
                $phpgw->db->query('UPDATE phpgw_headlines_sites SET '
!                       . " display='" . $phpgw->db->addslashes($n_display) . 
"'," 
                        . " base_url='" . 
$phpgw->db->db_addslashes($n_base_url) . "',"
                        . " newsfile='" . 
$phpgw->db->db_addslashes($n_newsfile) . "',"
--- 88,92 ----
  
                $phpgw->db->query('UPDATE phpgw_headlines_sites SET '
!                       . " display='" . $phpgw->db->db_addslashes($n_display) 
. "'," 
                        . " base_url='" . 
$phpgw->db->db_addslashes($n_base_url) . "',"
                        . " newsfile='" . 
$phpgw->db->db_addslashes($n_newsfile) . "',"
***************
*** 94,98 ****
                        . ' cachetime=' . intval($n_cachetime) . ','
                        . ' listings=' . intval($n_listings)
!                       . ' WHERE con='.intal($con),__LINE__,__FILE__);
  
                $phpgw->redirect($phpgw->link('/headlines/admin.php'));
--- 94,98 ----
                        . ' cachetime=' . intval($n_cachetime) . ','
                        . ' listings=' . intval($n_listings)
!                       . ' WHERE con=' . intval($con),__LINE__,__FILE__);
  
                $phpgw->redirect($phpgw->link('/headlines/admin.php'));





reply via email to

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