mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
Trying something
git-svn-id: file:///svn/phpbb/trunk@3660 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -409,7 +409,6 @@ class sql_db
|
||||
|
||||
function sql_escape($msg)
|
||||
{
|
||||
// return str_replace("'", "''", str_replace('\\', '\\\\', $msg));
|
||||
return mysql_escape_string(stripslashes($msg));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user