Skip to content

Commit

Permalink
Fixed menu display in querywindow
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Nov 25, 2012
1 parent 1dd3b5f commit b2f2f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querywindow.php
Expand Up @@ -138,7 +138,7 @@
echo '<div id="querywindowcontainer">';

if ($tabs) {
echo PMA_Util::getHtmlTabs($tabs, array(), 'topmenu');
echo PMA_Util::getHtmlTabs($tabs, array(), 'topmenu', true);
unset($tabs);
}

Expand Down

0 comments on commit b2f2f58

Please sign in to comment.