phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/index.php, 1.43.2.7.2.2.2.6


From: nomail
Subject: [Phpgroupware-cvs] tts/index.php, 1.43.2.7.2.2.2.6
Date: Thu, 30 Sep 2004 15:27:27 +0200

Update of /tts
Modified Files:
        Branch: Version-0_9_16-branch
          index.php

date: 2004/09/30 13:27:27;  author: fipsfuchs;  state: Exp;  lines: +2 -2

Log Message:
security review
=====================================================================
Index: tts/index.php
diff -u tts/index.php:1.43.2.7.2.2.2.5 tts/index.php:1.43.2.7.2.2.2.6
--- tts/index.php:1.43.2.7.2.2.2.5      Tue May 11 13:39:05 2004
+++ tts/index.php       Thu Sep 30 13:27:27 2004
@@ -332,7 +332,7 @@
                                
$GLOBALS['phpgw']->template->set_var('tts_t_timestampclosed',lang('Open'));
                                
$GLOBALS['phpgw']->template->parse('tts_col_status','tts_col_ifviewall',False);
                        }
-                       $GLOBALS['phpgw']->template->set_var('tts_t_subject', 
$GLOBALS['phpgw']->db->f('ticket_subject'));
+                       $GLOBALS['phpgw']->template->set_var('tts_t_subject', 
htmlspecialchars(stripslashes($GLOBALS['phpgw']->db->f('ticket_subject'))));
                        $GLOBALS['phpgw']->template->set_var('tts_t_prio', 
$prio);
 
                        
$GLOBALS['phpgw']->template->parse('rows','tts_row',True);




reply via email to

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