bug #1862661 [GUI] Warn about rename deleting database

This commit is contained in:
Marc Delisle
2008-01-07 18:07:08 +00:00
parent 618cb07b26
commit d32b9ae46c
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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>