[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-11156-g04b9b79

Michal Čihař nijel at users.sourceforge.net
Thu Jul 21 13:39:23 CEST 2011


The branch, master has been updated
       via  04b9b79c1c79dfec95446bf28c3662b4531e57ff (commit)
      from  64dd497a6f33625ef04bc43b29365e4640b99002 (commit)


- Log -----------------------------------------------------------------
commit 04b9b79c1c79dfec95446bf28c3662b4531e57ff
Author: Michal Čihař <mcihar at 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
-- 
phpMyAdmin




More information about the Git mailing list