aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/mysql.php')
-rw-r--r--phpBB/includes/db/mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/mysql.php b/phpBB/includes/db/mysql.php
index ad12650af0..0e5a8d5c41 100644
--- a/phpBB/includes/db/mysql.php
+++ b/phpBB/includes/db/mysql.php
@@ -407,7 +407,7 @@ class sql_db
function sql_escape($msg)
{
- return mysql_escape_string(stripslashes($msg));
+ return mysql_escape_string($msg);
}
function sql_error($sql = '')