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:
authorIsaac Bennetch <bennetch@gmail.com>2015-06-01 21:50:04 +0300
committerIsaac Bennetch <bennetch@gmail.com>2015-06-01 21:50:04 +0300
commitaf658d27ee6d854e4535504aeca8a1aceb30be4f (patch)
tree2ff49fa2ba7003c02cc4fbf54ab0fe462992f05c /db_structure.php
parent1953235c025bbba30bbf5b6b7bd04694cd6c986b (diff)
parentaeae86d7cc097a24f532a9d35ad32f3e760efee9 (diff)
Merge pull request #1708 from devenbansod/rfe701_using_css
RFE#701 - Print View using CSS - Rewrite
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 4c2a9ee2aa..41ec4140ef 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -343,7 +343,7 @@ $response->addHTML('</div><hr />');
/* DATABASE WORK */
/* Printable view of a table */
$response->addHTML(
- PMA_getHtmlForTablePrintViewLink($url_query)
+ PMA_getHtmlForTablePrintViewLink()
. PMA_getHtmlForDataDictionaryLink($url_query)
);