bug #1862661 [GUI] Warn about rename deleting database
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
$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)
|
2.11.4.0 (not yet released)
|
||||||
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
- bug #1843428 [GUI] Space issue with DROP/DELETE/ALTER TABLE
|
||||||
- bug #1807816 [search] regular expression search doesn't work with
|
- bug #1807816 [search] regular expression search doesn't work with
|
||||||
|
@@ -293,7 +293,7 @@ if (!$is_information_schema) {
|
|||||||
echo 'INSERT INTO ... SELECT';
|
echo 'INSERT INTO ... SELECT';
|
||||||
//}
|
//}
|
||||||
echo ')'; ?>
|
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>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user