Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-11-27 16:24:42 +0300
committerMichal Čihař <michal@cihar.com>2017-11-27 16:24:42 +0300
commitbed6fb4ebdc5f83ed30fe3e83e380baf24ed2fa5 (patch)
treee0843a441b7c4fa1a7b069f27ea274dc06e99a2e /tbl_change.php
parent0aed31b8549e6a78d3c04ab0add96ad5ffcb13d1 (diff)
Avois passing extension to Util::getImage
We do not use it anyway for quite some time and this way it's less processing to generate the img tag. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tbl_change.php')
-rw-r--r--tbl_change.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_change.php b/tbl_change.php
index cc0eb13c50..1673f98dea 100644
--- a/tbl_change.php
+++ b/tbl_change.php
@@ -138,7 +138,7 @@ $html_output .= InsertEdit::getHtmlForInsertEditFormHeader($has_blob_field, $is_
$html_output .= Url::getHiddenInputs($_form_params);
-$titles['Browse'] = Util::getIcon('b_browse.png', __('Browse foreign values'));
+$titles['Browse'] = Util::getIcon('b_browse', __('Browse foreign values'));
// user can toggle the display of Function column and column types
// (currently does not work for multi-edits)