Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
This commit is contained in:
commit
f681bbe5b7
@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.0.3.0 (not yet released)
|
||||
- bug #3941 Recent tables list always empty
|
||||
|
||||
4.0.2.0 (not yet released)
|
||||
- bug #3902 Cannot browse when table name contains keyword "call"
|
||||
|
||||
@ -395,6 +395,8 @@ class PMA_Header
|
||||
}
|
||||
$retval .= '<div id="page_content">';
|
||||
$retval .= $this->getMessage();
|
||||
}
|
||||
if ($this->_isEnabled && empty($_REQUEST['recent_table'])) {
|
||||
$retval .= $this->_addRecentTable(
|
||||
$GLOBALS['db'],
|
||||
$GLOBALS['table']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user