bug #4616 Warning in db structure print view page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
26895da3c9
commit
58df5ebed5
@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug Undefined index menuswork
|
||||
- bug #4614 Separator between "Show All" and "Number of rows" disappears
|
||||
- bug #4615 SQL highlighting in process list breaks on auto refresh
|
||||
- bug #4616 Warning in db structure print view page
|
||||
|
||||
4.3.0.0 (not yet released)
|
||||
+ rfe #1502 Smart sorting for int keys
|
||||
|
||||
@ -21,7 +21,7 @@ PMA_Util::checkParameters(array('db'));
|
||||
/**
|
||||
* Defines the url to return to in case of error in a sql statement
|
||||
*/
|
||||
$err_url = 'db_sql.php' . PMA_URL_getCommon($db);
|
||||
$err_url = 'db_sql.php' . PMA_URL_getCommon(array('db' => $db));
|
||||
|
||||
/**
|
||||
* Settings for relations stuff
|
||||
|
||||
Loading…
Reference in New Issue
Block a user