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>2013-05-10 12:05:12 +0400
committerMichal Čihař <michal@cihar.com>2013-05-10 12:06:23 +0400
commit147881ac58a10d022b4464c06ecc081314c7b4a2 (patch)
tree0084240839ff2452901c19058aa0eb098a1cb556 /server_binlog.php
parent1eca184f95a2b847d271577957ee2b4ab18c824d (diff)
One more line wrap
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/server_binlog.php b/server_binlog.php
index 0efae229b0..bc86a7e2dd 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -169,7 +169,8 @@ $html .= '<a href="server_binlog.php' . PMA_generate_common_url($this_url_params
if ($num_rows >= $GLOBALS['cfg']['MaxRows']) {
$this_url_params = $url_params;
$this_url_params['pos'] = $pos + $GLOBALS['cfg']['MaxRows'];
- $html .= ' - <a href="server_binlog.php' . PMA_generate_common_url($this_url_params)
+ $html .= ' - <a href="server_binlog.php'
+ . PMA_generate_common_url($this_url_params)
. '"';
if ($GLOBALS['cfg']['NavigationBarIconic']) {
$html .= ' title="' . _pgettext('Next page', 'Next') . '">';