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

@@ -12,7 +12,7 @@ require('./header.inc.php3');
* Drop databases if required
*/
if ((!empty($submit_mult) && isset($selected_db))
|| isset($btnDrop)) {
|| isset($mult_btnDrop)) {
$err_url = 'db_stats.php3'
. '?lang=' . $lang
. '&server=' . $server;