bug #1862661 [GUI] Warn about rename deleting database
This commit is contained in:
@@ -299,7 +299,7 @@ if (!$is_information_schema) {
|
||||
echo 'INSERT INTO ... SELECT';
|
||||
//}
|
||||
echo ')'; ?>
|
||||
<input type="submit" value="<?php echo $strGo; ?>" />
|
||||
<input type="submit" value="<?php echo $strGo; ?>" onclick="return confirmLink(this, 'CREATE DATABASE ... <?php echo $strAndThen; ?> DROP DATABASE <?php echo PMA_jsFormat($db); ?>')" />
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user