diff --git a/ChangeLog b/ChangeLog index 5383674826..e6f625ddb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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" diff --git a/libraries/Header.class.php b/libraries/Header.class.php index 446343d8e1..63c852a13f 100644 --- a/libraries/Header.class.php +++ b/libraries/Header.class.php @@ -395,6 +395,8 @@ class PMA_Header } $retval .= '
'; $retval .= $this->getMessage(); + } + if ($this->_isEnabled && empty($_REQUEST['recent_table'])) { $retval .= $this->_addRecentTable( $GLOBALS['db'], $GLOBALS['table']