Remove misleading comment on the "Rename database" interface

This commit is contained in:
Marc Delisle
2011-07-21 10:55:10 -04:00
parent 58b48a3d45
commit 36c0339eb0
2 changed files with 1 additions and 11 deletions

View File

@@ -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'); ?>" />