Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-07-22 00:56:21 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-07-22 00:56:21 +0400
commitb364cfd211f89b6be9abe1dda24d90b4ce590950 (patch)
treee0c0327b4aff8834cc4b8812230d678ffaf2b46e /db_operations.php
parentf36b2e54414baa52b19a591d47b070edca036160 (diff)
parent49b2ca984a6c38fa7b49aeff3f1344d837cf5834 (diff)
Merge remote-tracking branch 'origin/master' into drizzle
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/db_operations.php b/db_operations.php
index a1faa479b7..c4118890d9 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -405,17 +405,6 @@ if ($db != 'mysql') {
?>
</legend>
<input id="new_db_name" type="text" name="newname" size="30" class="textfield" value="" />
- <?php
- echo '(' . __('Command') . ': ';
- /**
- * @todo (see explanations above in a previous todo)
- */
- //if (PMA_MYSQL_INT_VERSION >= XYYZZ) {
- // echo 'RENAME DATABASE';
- //} else {
- echo 'INSERT INTO ... SELECT';
- //}
- echo ')'; ?>
</fieldset>
<fieldset class="tblFooters">
<input id="rename_db_input" type="submit" value="<?php echo __('Go'); ?>" />