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ř <mcihar@suse.cz>2012-04-11 17:34:27 +0400
committerMichal Čihař <mcihar@suse.cz>2012-04-11 17:34:27 +0400
commit5d54482c66f3471bd9950fecaa43de911208edca (patch)
treee19a16a247e7672c4c99df7472878a865ecf367b /server_binlog.php
parentcfee08c7810950d89bc2f8e2a5558d7ac7b4cce9 (diff)
Drop $cfg['MainPageIconic'].
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_binlog.php b/server_binlog.php
index adfa9a39f1..db5313d774 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -73,7 +73,7 @@ if (empty($_REQUEST['dontlimitchars'])) {
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
- . ($GLOBALS['cfg']['MainPageIconic'] ? PMA_getImage('s_tbl.png') : '')
+ . PMA_getImage('s_tbl.png')
. ' ' . __('Binary log') . "\n"
. '</h2>' . "\n";