fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17344] property: ticket_order, strip htmlentities fr


From: sigurdne
Subject: [Fmsystem-commits] [17344] property: ticket_order, strip htmlentities from text for inclusion in order text
Date: Tue, 21 Nov 2017 12:06:33 -0500 (EST)

Revision: 17344
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17344
Author:   sigurdne
Date:     2017-11-21 12:06:32 -0500 (Tue, 21 Nov 2017)
Log Message:
-----------
property: ticket_order, strip htmlentities from text for inclusion in order text

Modified Paths:
--------------
    trunk/property/inc/class.uitts.inc.php

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2017-11-21 15:13:46 UTC (rev 
17343)
+++ trunk/property/inc/class.uitts.inc.php      2017-11-21 17:06:32 UTC (rev 
17344)
@@ -2397,7 +2397,7 @@
                        {
                                foreach ($values['order_text'] as $_text)
                                {
-                                       $ticket['order_descr'] .= "\n$_text";
+                                       $ticket['order_descr'] .= "\n" . 
$GLOBALS['phpgw']->db->stripslashes($_text);
                                }
                        }
 




reply via email to

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