diff --git a/ChangeLog b/ChangeLog index 058650dcf..d09462882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA + rfe #2936156 [auth] Signon authentication forwards error message through session data. + rfe #2835109 [interface] Move ^1 to the end of message. + rfe #854911 [interface] Grey out non applicable actions in structure ++ [interface] Allow to create new table from navigation frame (in light mode). 3.3.0.0 (not yet released) + rfe #2308632 [edit] Use hex for (var)binary fields, diff --git a/navigation.php b/navigation.php index ef884fa22..463baa13d 100644 --- a/navigation.php +++ b/navigation.php @@ -343,6 +343,9 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { echo $GLOBALS['strNoTablesFound']; } unset($table_list); + echo '