Use correct icon for database in serverinfo div

This commit is contained in:
Marc Delisle
2011-05-10 05:57:10 -04:00
parent 5cda32da09
commit f56619e482

View File

@@ -123,7 +123,7 @@ if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) {
PMA_generate_common_url($GLOBALS['db']), PMA_generate_common_url($GLOBALS['db']),
htmlspecialchars($GLOBALS['db']), htmlspecialchars($GLOBALS['db']),
__('Database'), __('Database'),
's_tbl.png'); 's_db.png');
// if the table is being dropped, $_REQUEST['purge'] is set // if the table is being dropped, $_REQUEST['purge'] is set
// (it always contains "1") // (it always contains "1")
// so do not display the table name in upper div // so do not display the table name in upper div