[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-13264-gca9c30f

Piotr Przybylski crackpl at users.sourceforge.net
Fri Aug 5 18:14:23 CEST 2011


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


- Log -----------------------------------------------------------------
commit ca9c30f1d60ad88ed1a0320dd231c54e866ab439
Author: Piotr Przybylski <piotrprz at gmail.com>
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




More information about the Git mailing list