Fixed an other slashes bug

This commit is contained in:
Loïc Chapeaux
2001-08-09 14:49:27 +00:00
parent 2f963fbb81
commit 50712d2a3c
3 changed files with 14 additions and 9 deletions

View File

@@ -115,11 +115,6 @@ if ($sql_query != '') {
/**
* Go back to db_details.php3
*/
// Copy the original query back for display purposes (we add slashes because
// stripslashes is used in db_details.php3, line 294)
$sql_query = (get_magic_quotes_gpc())
? addslashes($sql_query_cpy)
: $sql_query_cpy;
include('./header.inc.php3');
if (isset($my_die)) {
mysql_die('', $my_die);