fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15057] Syncromind: Merge 14936:15027 from trunk


From: sigurdne
Subject: [Fmsystem-commits] [15057] Syncromind: Merge 14936:15027 from trunk
Date: Fri, 13 May 2016 12:05:35 +0000 (UTC)

Revision: 15057
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15057
Author:   sigurdne
Date:     2016-05-13 12:05:35 +0000 (Fri, 13 May 2016)
Log Message:
-----------
Syncromind: Merge 14936:15027 from trunk

Modified Paths:
--------------
    branches/dev-syncromind-2/phpgwapi/inc/class.db_pdo.inc.php

Modified: branches/dev-syncromind-2/phpgwapi/inc/class.db_pdo.inc.php
===================================================================
--- branches/dev-syncromind-2/phpgwapi/inc/class.db_pdo.inc.php 2016-05-13 
12:05:32 UTC (rev 15056)
+++ branches/dev-syncromind-2/phpgwapi/inc/class.db_pdo.inc.php 2016-05-13 
12:05:35 UTC (rev 15057)
@@ -794,7 +794,8 @@
                                {
                                        if ($strip_slashes || 
($this->auto_stripslashes && ! $strip_slashes))
                                        {
-                                               return 
htmlspecialchars_decode(stripslashes($this->Record[$name]));
+                                               return 
htmlspecialchars_decode(stripslashes(str_replace(array('&#40&#59;', 
'&#41&#59;'), array('(', ')'), $this->Record[$name])));
+//                                             return 
htmlspecialchars_decode(stripslashes($this->Record[$name]));
                                        }
                                        else
                                        {




reply via email to

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