fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16086]


From: nelson . guerra
Subject: [Fmsystem-commits] [16086]
Date: Thu, 15 Dec 2016 22:35:28 +0000 (UTC)

Revision: 16086
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16086
Author:   nelson224
Date:     2016-12-15 22:35:28 +0000 (Thu, 15 Dec 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/phpgwapi/inc/class.vfs_shared.inc.php
===================================================================
--- branches/dev-syncromind-2/phpgwapi/inc/class.vfs_shared.inc.php     
2016-12-15 13:54:07 UTC (rev 16085)
+++ branches/dev-syncromind-2/phpgwapi/inc/class.vfs_shared.inc.php     
2016-12-15 22:35:28 UTC (rev 16086)
@@ -1105,7 +1105,9 @@
                                $data = array ();
                        }
 
-                       $string = preg_replace ("/'/", "/\'/", $data['string']);
+                       //$string = preg_replace ("/'/", "/\'/", 
$data['string']);
+                       $string = 
$GLOBALS['phpgw']->db->db_addslashes($data['string']);
+                       
 
                        return $string;
                }




reply via email to

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