From a480379baeddef4a7af43adc1504760179188164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 2 Dec 2010 17:05:57 +0100 Subject: [PATCH] Remove not used variable. --- libraries/common.lib.php | 2 -- 1 file changed, 2 deletions(-) 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); }