bug 620624

This commit is contained in:
Marc Delisle
2002-10-11 13:35:14 +00:00
parent 5a10d1b73f
commit 519092b263
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-10-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php3: bug 620624
2002-10-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* tbl_indexes.php3: fixed bug #621295 (Incorrect URL)
* db_details_structure.php3: removed trailing whitespaces.

View File

@@ -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