phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: chat messages.php,1.6.2.2,1.6.2.3


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: chat messages.php,1.6.2.2,1.6.2.3
Date: Wed, 02 Jul 2003 16:45:27 -0400

Update of /cvsroot/phpgroupware/chat
In directory subversions:/tmp/cvs-serv8780

Modified Files:
      Tag: Version-0_9_14-branch
        messages.php 
Log Message:
security fix

Index: messages.php
===================================================================
RCS file: /cvsroot/phpgroupware/chat/messages.php,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -C2 -r1.6.2.2 -r1.6.2.3
*** messages.php        24 Nov 2002 15:02:03 -0000      1.6.2.2
--- messages.php        2 Jul 2003 20:45:25 -0000       1.6.2.3
***************
*** 68,72 ****
                     $GLOBALS['phpgw']->db->f($location == 'privat' ? 'sentby' 
: 'loginid') . ' (' . 
                     
$GLOBALS['phpgw']->common->show_date($GLOBALS['phpgw']->db->f('timesent'),'H:i.s')
 . 
!                    '):  </font><font color="red">' . 
stripslashes($GLOBALS['phpgw']->db->f('message')) . 
                     "</font><br>\n";
        }
--- 68,72 ----
                     $GLOBALS['phpgw']->db->f($location == 'privat' ? 'sentby' 
: 'loginid') . ' (' . 
                     
$GLOBALS['phpgw']->common->show_date($GLOBALS['phpgw']->db->f('timesent'),'H:i.s')
 . 
!                    '):  </font><font color="red">' . 
htmlentities(stripslashes($GLOBALS['phpgw']->db->f('message'))) . 
                     "</font><br>\n";
        }





reply via email to

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