The branch, master has been updated via 04b9b79c1c79dfec95446bf28c3662b4531e57ff (commit) from 64dd497a6f33625ef04bc43b29365e4640b99002 (commit)
- Log ----------------------------------------------------------------- commit 04b9b79c1c79dfec95446bf28c3662b4531e57ff Author: Michal Čihař mcihar@suse.cz Date: Thu Jul 21 13:40:05 2011 +0200
Fix coding style
-----------------------------------------------------------------------
Summary of changes: libraries/server_synchronize.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/server_synchronize.lib.php b/libraries/server_synchronize.lib.php index ef65e05..5757166 100644 --- a/libraries/server_synchronize.lib.php +++ b/libraries/server_synchronize.lib.php @@ -46,7 +46,7 @@ function PMA_getMatchingTables($trg_tables, $src_tables, &$matching_tables, &$un */ function PMA_getNonMatchingTargetTables($trg_tables, $matching_tables, &$uncommon_target_tables) { - for ($c=0; $c<sizeof($trg_tables) ;$c++) { + for ($c=0; $c<sizeof($trg_tables); $c++) { $match = false; for ($d=0; $d < sizeof($matching_tables); $d++) {
hooks/post-receive