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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2011-09-18 15:29:03 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2011-09-18 15:29:03 +0400
commit8373e5feec2232e6a17b342eb0bf74930431bfcc (patch)
tree980585115976e46478c5e94c0b7d2ecb48bce0d7 /tbl_zoom_select.php
parent3e37bf159d2f065745d765ae009c5989fd6dc6bf (diff)
Removed redundant function
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 7fabd2f4ed..7d803c60ee 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -55,7 +55,7 @@ if (isset($_REQUEST['get_data_row']) && $_REQUEST['get_data_row'] == true) {
PMA_ajaxResponse(null, true, $extra_data);
}
-$titles['Browse'] = PMA_tbl_setTitle($GLOBALS['cfg']['PropertiesIconic'], $pmaThemeImage);
+$titles['Browse'] = PMA_getIcon('b_browse.png', __('Browse'));
/**
* Not selection yet required -> displays the selection form
*/