Skip to content

Commit

Permalink
Incorrect reference to images
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Oct 28, 2012
1 parent d234176 commit a0cfa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_status.php
Expand Up @@ -1460,7 +1460,7 @@ function printServerTraffic()
echo __('Show Full Queries');
}
echo '">';
echo '<img src="' . $GLOBALS['pmaThemeImage'] . 's_'
echo '<img src="' . $GLOBALS['pmaThemeImage']
. 's_' . ($show_full_sql ? 'partial' : 'full') . 'text.png" '
. 'alt="';
if ($show_full_sql) {
Expand Down

0 comments on commit a0cfa28

Please sign in to comment.