Fixed syntax error

This commit is contained in:
Rouslan Placella 2012-04-05 23:07:43 +01:00
parent f15d0fd1d8
commit 40baa96d81

View File

@ -197,7 +197,7 @@ if (! $GLOBALS['server']) {
<form method="post" action="index.php" target="_parent" id="left">
<?php
echo PMA_generate_common_hidden_inputs() . "\n";
echo $GLOBALS['pma']->databases->getHtmlSelectGrouped(true, $_SESSION['tmp_user_values']['navi_limit_offset'], $GLOBALS['cfg']['MaxDbList']) . "\n";
echo $GLOBALS['pma']->databases->getHtmlSelectGrouped(true, $_SESSION['tmp_user_values']['navi_limit_offset'], $GLOBALS['cfg']['MaxDbList']) . "\n"
.'</form>' . "\n"
. '</div>' . "\n";
} else {