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:
authorAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-10-18 19:01:00 +0400
committerAnn + J.M <phpMyAdmin@ZweiSteinSoft.de>2014-10-18 21:42:39 +0400
commita540e6ba878bae1fc352fadb8aad278a69f17365 (patch)
treece3d919928f3c917dc3752aecaa0f71e84cff695 /db_structure.php
parente0af0a6e1bd96c62b6a17f39f7287c3512569426 (diff)
More fixes to new PMA_URL_getCommon style
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
Diffstat (limited to 'db_structure.php')
-rw-r--r--db_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.php b/db_structure.php
index f07ba61083..462daaa531 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -177,7 +177,7 @@ foreach ($tables as $keyname => $current_table) {
if ($is_show_stats) {
if ($formatted_overhead != '') {
- $overhead = '<a href="tbl_structure.php?'
+ $overhead = '<a href="tbl_structure.php'
. $tbl_url_query . '#showusage">'
. '<span>' . $formatted_overhead . '</span>'
. '<span class="unit">' . $overhead_unit . '</span>'