[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0RC2-1003-gf56619e

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


The branch, QA_3_4 has been updated
       via  f56619e48251f1745d3f6bc51711fa789822a836 (commit)
      from  5cda32da092764f38346f984fe28a5b9142365fe (commit)


- Log -----------------------------------------------------------------
commit f56619e48251f1745d3f6bc51711fa789822a836
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 807ec0a..a23d2fa 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