Skip to content

Commit

Permalink
bug #1862661 [GUI] Warn about rename deleting database
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Jan 7, 2008
1 parent 66524e2 commit a208bd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $

2.11.5.0 (not yet released)
- bug #1862661 [GUI] Warn about rename deleting database

2.11.4.0 (not yet released)
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
- bug #1807816 [search] regular expression search doesn't work with
Expand Down
2 changes: 1 addition & 1 deletion db_operations.php
Expand Up @@ -293,7 +293,7 @@
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>

Expand Down

0 comments on commit a208bd7

Please sign in to comment.