strong warning for DROP DATABASE

This commit is contained in:
Marc Delisle
2005-12-30 21:56:32 +00:00
parent 337d66f75e
commit 53c39840d4
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2005-12-30 Marc Delisle <lem9@users.sourceforge.net>
* server_databases.php: bug #1388135, IE and dropping databases
* librairies/mult_submits.inc.php: strong warning for DROP DATABASE
2005-12-27 Marc Delisle <lem9@users.sourceforge.net>
* main.php, libraries/check_user_privileges.lib.php:

View File

@@ -257,7 +257,7 @@ if ( !empty($submit_mult) && !empty($what)) {
}
?>
<fieldset class="confirmation">
<legend><?php echo $strDoYouReally; ?>:</legend>
<legend><?php echo ($what == 'drop_db' ? $strDropDatabaseStrongWarning . '&nbsp;' : '') . $strDoYouReally; ?>:</legend>
<tt><?php echo $full_query; ?></tt>
</fieldset>
<fieldset class="tblFooters">