1
0
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:
Paul S. Owen
2003-03-17 23:06:10 +00:00
parent f81602d72b
commit df495c30c9
3 changed files with 60 additions and 53 deletions

View File

@@ -409,7 +409,6 @@ class sql_db
function sql_escape($msg)
{
// return str_replace("'", "''", str_replace('\\', '\\\\', $msg));
return mysql_escape_string(stripslashes($msg));
}