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:
Diffstat (limited to 'tbl_tracking.php')
-rw-r--r--tbl_tracking.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 27304f6ec4..81b82b4997 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -568,7 +568,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
$GLOBALS['cfg']['MaxCharactersInDisplayedSQL']
) . '[...]';
} else {
- $statement = PMA_Util::formatSql(PMA_SQP_parse($entry['statement']));
+ $statement = PMA_Util::formatSql(PMA_SQP_parse($entry['statement']), $entry['statement']);
}
$timestamp = strtotime($entry['date']);
@@ -635,7 +635,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
$GLOBALS['cfg']['MaxCharactersInDisplayedSQL']
) . '[...]';
} else {
- $statement = PMA_Util::formatSql(PMA_SQP_parse($entry['statement']));
+ $statement = PMA_Util::formatSql(PMA_SQP_parse($entry['statement']), $entry['statement']);
}
$timestamp = strtotime($entry['date']);