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>2011-07-22 11:18:02 +0400
committerMichal Čihař <mcihar@suse.cz>2011-07-22 11:18:02 +0400
commit25bda8e991f2820971c343315cd3ab3d974b2684 (patch)
tree6f68b4133c45eca085ee9a677ab196b037e22cd2 /server_synchronize.php
parent219ec73d69a0bee94ac3bf98757db25360862b39 (diff)
Fix spacing on opening code block
Diffstat (limited to 'server_synchronize.php')
-rw-r--r--server_synchronize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_synchronize.php b/server_synchronize.php
index 341233601b..431ae6be4b 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -91,7 +91,7 @@ if ((isset($_REQUEST['submit_connect']))) {
if (! $src_connection && $src_type != 'cur') {
echo __('Could not connect to the source') . '<br />';
}
- if (! $trg_connection && $trg_type != 'cur'){
+ if (! $trg_connection && $trg_type != 'cur') {
echo __('Could not connect to the target');
}
echo '</div>';