bug 620624
This commit is contained in:
@@ -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.
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user