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:
authorMichal Čihař <mcihar@suse.cz>2012-04-26 18:18:37 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-26 18:18:37 +0400
commitb4b6919746063409a3ac48d073785aa132ea9192 (patch)
treed0556947565e8c00760e4d7b700474b7ed67033a /db_operations.php
parenteb8ebf466799f6a9a3c1e4ea08b84d0f99e5489c (diff)
Little bit of coding style
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/db_operations.php b/db_operations.php
index ec399fc325..d76225f4cc 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -490,12 +490,12 @@ echo __('Remove database');
</ul>
</fieldset>
</div>
-<?php } ?>
- <?php
- /**
- * Copy database
- */
- ?>
+<?php
+}
+/**
+ * Copy database
+ */
+?>
<div class="operations_half_width clearfloat">
<form id="copy_db_form" <?php echo ($GLOBALS['cfg']['AjaxEnable'] ? ' class="ajax" ' : ''); ?>method="post" action="db_operations.php"
onsubmit="return emptyFormElements(this, 'newname')">