diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 4b194deb3..752a909e7 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -616,9 +616,7 @@ function PMA_mysqlDie($error_message = '', $the_query = '', .'

' . "\n"; } // end if - $tmp_mysql_error = ''; // for saving the original $error_message if (!empty($error_message)) { - $tmp_mysql_error = strtolower($error_message); // save the original $error_message $error_message = htmlspecialchars($error_message); $error_message = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $error_message); }