js disabled browser couldn't use the "multiple queries" features!

This commit is contained in:
Loïc Chapeaux
2002-02-10 19:05:26 +00:00
parent cd40fd4db2
commit d65b84a3dc
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ $Source$
Query! (2 MB).
* tbl_properties.php3; lines 806-917: removed the link for the "import
dump" feature if file upload is disabled.
* db_details.php3, line 356: js disabled browser couldn't use the "multiple
queries" features!
* Documentation.txt: updated.
2002-02-09 Marc Delisle <lem9@users.sourceforge.net>

View File

@@ -353,6 +353,7 @@ else if (PMA_MYSQL_INT_VERSION >= 32300) {
. $strOptimizeTable . '</option>' . "\n";
?>
</select>
<input type="submit" value="<?php echo $strGo; ?>" />
</td>
</tr>
</table>