From d8ecd3f3e4013b10117e8afcdad596679a7ea60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 13 Jul 2001 14:53:05 +0000 Subject: [PATCH] Removed a faulty fix for bug #439565 --- db_readdump.php3 | 1 - 1 file changed, 1 deletion(-) diff --git a/db_readdump.php3 b/db_readdump.php3 index 5fbddfee4..63277cbb0 100755 --- a/db_readdump.php3 +++ b/db_readdump.php3 @@ -59,7 +59,6 @@ if($sql_query != "") { // sql.php3 will stripslash the query if get_magic_quotes_gpc if (get_magic_quotes_gpc() == 1) $sql_query = addslashes($sql_query); - $sql_query=htmlspecialchars($sql_query); include("./sql.php3"); exit; }