[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0RC2-1068-g7698df1

Marc Delisle lem9 at users.sourceforge.net
Tue May 10 12:01:35 CEST 2011


The branch, master has been updated
       via  7698df152041315049ad0e8b7db235e7fbbe7d7c (commit)
      from  4a4c7b84276dc983912fa8ec39af243238658deb (commit)


- Log -----------------------------------------------------------------
commit 7698df152041315049ad0e8b7db235e7fbbe7d7c
Author: Marc Delisle <marc at infomarc.info>
Date:   Tue May 10 05:57:10 2011 -0400

    Use correct icon for database in serverinfo div

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

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

diff --git a/libraries/header.inc.php b/libraries/header.inc.php
index 7148eac..f6c3dcd 100644
--- a/libraries/header.inc.php
+++ b/libraries/header.inc.php
@@ -123,7 +123,7 @@ if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) {
                             PMA_generate_common_url($GLOBALS['db']),
                             htmlspecialchars($GLOBALS['db']),
                             __('Database'),
-                            's_tbl.png');
+                            's_db.png');
                     // if the table is being dropped, $_REQUEST['purge'] is set
                     // (it always contains "1")
                     // so do not display the table name in upper div


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list