Fixed a bug if a "DROP" query were submitted from a sql file

This commit is contained in:
Loïc Chapeaux
2001-09-23 16:59:20 +00:00
parent 574d31a75e
commit 61f83590b7
5 changed files with 14 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ window.parent.frames['nav'].location.replace('./left.php3?lang=<?php echo $lang;
* Drop/delete mutliple tables if required
*/
if ((!empty($submit_mult) && isset($selected_tbl))
|| isset($btnDrop)) {
|| isset($mult_btnDrop)) {
$action = 'db_details.php3';
include('./mult_submits.inc.php3');
}