bug #1862661 [GUI] Warn about rename deleting database
This commit is contained in:
@@ -32,6 +32,9 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
+ patch #1847534 [interface] New "Inside field" in db search,
|
+ patch #1847534 [interface] New "Inside field" in db search,
|
||||||
thanks to obiserver
|
thanks to obiserver
|
||||||
|
|
||||||
|
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
|
||||||
|
@@ -299,7 +299,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