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


- Log -----------------------------------------------------------------
commit 04b9b79c1c79dfec95446bf28c3662b4531e57ff
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
5 Ways to Improve & Secure Unified Communications
Unified Communications promises greater efficiencies for business. UC can 
improve internal communications as well as offer faster, more efficient ways
to interact with customers and streamline customer service. Learn more!
http://www.accelacomm.com/jaw/sfnl/114/51426253/
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to