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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-12-04 22:35:07 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-12-04 22:35:07 +0300
commit261c39c815c58fa14dd3009a18ae5f539b468358 (patch)
tree0cb55977f892300781273e9a6c3aa6be10660c7e /db_tracking.php
parentc930c7a030a9a5c8542a57fd2da2313ae0dddec0 (diff)
Refactor Tracking::displayTrackedTables
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_tracking.php b/db_tracking.php
index 2b059343c3..85b282ed0b 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -128,7 +128,7 @@ $all_tables_result = Relation::queryAsControlUser($all_tables_query);
if (is_object($all_tables_result)
&& $GLOBALS['dbi']->numRows($all_tables_result) > 0
) {
- Tracking::displayTrackedTables(
+ echo Tracking::getHtmlForTrackedTables(
$GLOBALS['db'], $all_tables_result, $url_query, $pmaThemeImage,
$text_dir, $cfgRelation
);