The branch, master has been updated
       via  ef8687b5debc62bf62f2bb1421aa3bd0600be05c (commit)
      from  fc37859b4206bb5721aae6f609b451df8e32b328 (commit)


- Log -----------------------------------------------------------------
commit ef8687b5debc62bf62f2bb1421aa3bd0600be05c
Author: Marc Delisle <[email protected]>
Date:   Thu Dec 23 13:07:32 2010 -0500

    Missing question mark

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

Summary of changes:
 libraries/navigation_header.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/navigation_header.inc.php 
b/libraries/navigation_header.inc.php
index e34adc5..2b4606e 100644
--- a/libraries/navigation_header.inc.php
+++ b/libraries/navigation_header.inc.php
@@ -101,7 +101,7 @@ if ($GLOBALS['cfg']['LeftDisplayLogo']) {
     echo '</a>';
     echo '    ' . PMA_showMySQLDocu('', '', TRUE) . "\n";
 
-    echo '<a href="navigation.php' . PMA_generate_common_url($params) . '" 
target="frame_navigation">';
+    echo '<a href="navigation.php?' . PMA_generate_common_url($params) . '" 
target="frame_navigation">';
     if ($GLOBALS['cfg']['MainPageIconic']) {
         echo '<img class="icon" src="'. $GLOBALS['pmaThemeImage'] . 
's_reload.png"'
             . ' title="' . __('Reload navigation frame') . '"'


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to