The branch, master has been updated
       via  ca9c30f1d60ad88ed1a0320dd231c54e866ab439 (commit)
      from  efa788d00d4ab546f7ec1b24522087c9cbc13743 (commit)


- Log -----------------------------------------------------------------
commit ca9c30f1d60ad88ed1a0320dd231c54e866ab439
Author: Piotr Przybylski <[email protected]>
Date:   Fri Aug 5 18:14:05 2011 +0200

    Synchronize: allow to connect to local server through socket

-----------------------------------------------------------------------

Summary of changes:
 server_synchronize.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/server_synchronize.php b/server_synchronize.php
index 3e57f44..faffd65 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1083,7 +1083,7 @@ if (isset($_REQUEST['synchronize_db'])) {
         echo '>' .  __('Current connection') . '</option>';
 
         foreach ($GLOBALS['cfg']['Servers'] as $key => $tmp_server) {
-            if (empty($tmp_server['host'])) {
+            if (empty($tmp_server['host']) && empty($tmp_server['socket'])) {
                 continue;
             }
 


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to