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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 10:06:14 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-09-23 10:06:14 +0400
commit299da6d047de5374ea8964c17f9c6bff059391e8 (patch)
treeef02f25e2402341f5dca528a0d1ea98457128c15 /server_synchronize.php
parent21c5148d1701fa249379b523b49cdf9cf46c3ead (diff)
More style errors fixed
Diffstat (limited to 'server_synchronize.php')
-rw-r--r--server_synchronize.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/server_synchronize.php b/server_synchronize.php
index d4627cf5ad..3b8ff590e3 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1109,13 +1109,15 @@ if (isset($_REQUEST['synchronize_db'])) {
PMA_updateTargetTables($matching_tables, $update_array, $src_db, $trg_db,
$trg_link, $p, $matching_tables_keys, true);
- PMA_insertIntoTargetTable($matching_tables, $src_db, $trg_db, $src_link,
- $trg_link , $matching_tables_fields, $insert_array, $p,
+ PMA_insertIntoTargetTable(
+ $matching_tables, $src_db, $trg_db, $src_link,
+ $trg_link, $matching_tables_fields, $insert_array, $p,
$matching_tables_keys, $matching_tables_keys, $source_columns,
$add_column_array, $criteria, $target_tables_keys, $uncommon_tables,
$uncommon_tables_fields, $uncommon_cols, $alter_str_array, $source_indexes,
$target_indexes, $add_indexes_array,
- $alter_indexes_array, $delete_array, $update_array, true);
+ $alter_indexes_array, $delete_array, $update_array, true
+ );
}
/**