small fixes

This commit is contained in:
Olivier Müller
2002-01-25 00:15:19 +00:00
parent bfc4494618
commit 7f5a198371
3 changed files with 8 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ if ($num_dbs > 1) {
echo ' <input type="hidden" name="lang" value="' . $lang . '" />' . "\n";
echo ' <input type="hidden" name="server" value="' . $server . '" />' . "\n";
echo ' <select name="db" onchange="this.form.submit()">' . "\n";
echo ' <option value=""></option>' . "\n";
echo ' <option value=""> - </option>' . "\n";
$table_list = '';
$db_name = '';
}