From c0fed158771dbc443547835c52598471fe9031af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 16 Apr 2010 16:40:04 +0200 Subject: [PATCH] Reformat the code a bit. --- server_synchronize.php | 49 ++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/server_synchronize.php b/server_synchronize.php index c4e08fbda..04967f28b 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -1110,23 +1110,25 @@ if (isset($_REQUEST['synchronize_db'])) { . PMA_generate_common_hidden_inputs('', ''); echo '
'; echo '' . $GLOBALS['strSynchronize'] . ''; - /** - * Displays the forms - */ + /** + * Displays the forms + */ $databases = PMA_DBI_get_databases_full(null, false, null, 'SCHEMA_NAME', 'ASC', 0, true); foreach ($cons as $type) { - echo ' +?> +
- + - - + + - - + + - - + + - - + + - - + + - - + + - - +
' . $GLOBALS['strDatabase_'.$type] . '
- + + + $tmp_server) { if (empty($tmp_server['host'])) { continue; @@ -1156,37 +1158,38 @@ if (isset($_REQUEST['synchronize_db'])) { echo '' . "\n"; } // end foreach - echo ' +?>
' . $GLOBALS['strHost'] . '
' . $GLOBALS['strPort'] . '
' . $GLOBALS['strSocket'] . '
' . $GLOBALS['strUserName']. '
' . $GLOBALS['strPassword'] . '
' . $GLOBALS['strDatabase'] . '