diff --git a/ChangeLog b/ChangeLog index 5fa276097..fea51b932 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-10-11 Marc Delisle + * libraries/common.lib.php3: bug 620624 + 2002-10-11 Loïc Chapeaux * tbl_indexes.php3: fixed bug #621295 (Incorrect URL) * db_details_structure.php3: removed trailing whitespaces. diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 5b84eaad1..94bec2fc1 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -652,7 +652,8 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} if (empty($GLOBALS['is_header_sent'])) { include('./header.inc.php3'); } - PMA_mysqlDie($conn_error, $local_query, FALSE); + //PMA_mysqlDie($conn_error, $local_query, FALSE); + PMA_mysqlDie($conn_error, '', FALSE); } // end if } // end if