bug 981939 and problem with db dropdown in original theme

This commit is contained in:
Marc Delisle
2004-07-05 13:18:08 +00:00
parent 750890b04d
commit 03f052c23a
4 changed files with 26 additions and 10 deletions

View File

@@ -229,7 +229,7 @@ if ($num_dbs > 1) {
echo PMA_generate_common_hidden_inputs();
echo ' <input type="hidden" name="hash" value="' . $hash . '" />' . "\n";
?>
<select name="lightm_db" onchange="this.form.submit();this.blur();">
<select name="lightm_db" onchange="this.form.submit();">
<?php
echo ' <option value="">(' . $strDatabases . ') ...</option>' . "\n";
$table_list = '';