remove author names
This commit is contained in:
@@ -557,8 +557,6 @@ function PMA_mysqlDie($error_message = '', $the_query = '',
|
||||
}
|
||||
|
||||
// --- Added to solve bug #641765
|
||||
// Robbat2 - 12 January 2003, 9:46PM
|
||||
// Revised, Robbat2 - 13 January 2003, 2:59PM
|
||||
if (!function_exists('PMA_SQP_isError') || PMA_SQP_isError()) {
|
||||
$formatted_sql = htmlspecialchars($the_query);
|
||||
} elseif (empty($the_query) || trim($the_query) == '') {
|
||||
@@ -578,8 +576,6 @@ function PMA_mysqlDie($error_message = '', $the_query = '',
|
||||
// username/password
|
||||
if (!empty($the_query) && !strstr($the_query, 'connect')) {
|
||||
// --- Added to solve bug #641765
|
||||
// Robbat2 - 12 January 2003, 9:46PM
|
||||
// Revised, Robbat2 - 13 January 2003, 2:59PM
|
||||
if (function_exists('PMA_SQP_isError') && PMA_SQP_isError()) {
|
||||
$error_msg_output .= PMA_SQP_getErrorString() . "\n";
|
||||
$error_msg_output .= '<br />' . "\n";
|
||||
|
Reference in New Issue
Block a user