Removed a faulty fix for bug #439565

This commit is contained in:
Loïc Chapeaux
2001-07-13 14:53:05 +00:00
parent 59f31d7cb4
commit d8ecd3f3e4

View File

@@ -59,7 +59,6 @@ if($sql_query != "") {
// sql.php3 will stripslash the query if get_magic_quotes_gpc // sql.php3 will stripslash the query if get_magic_quotes_gpc
if (get_magic_quotes_gpc() == 1) $sql_query = addslashes($sql_query); if (get_magic_quotes_gpc() == 1) $sql_query = addslashes($sql_query);
$sql_query=htmlspecialchars($sql_query);
include("./sql.php3"); include("./sql.php3");
exit; exit;
} }