diff --git a/tbl_tracking.php b/tbl_tracking.php index f17c67bffb..69620ec2f0 100644 --- a/tbl_tracking.php +++ b/tbl_tracking.php @@ -584,9 +584,14 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { echo '' . htmlspecialchars($entry['username']) . ''; echo '' . $statement . ''; echo '' . $drop_image_or_text + . PMA_generate_common_url( + $url_params + array( + 'report' => 'true', + 'version' => $_REQUEST['version'], + 'delete_ddlog' => ($i - 1), + ) + ) + . '">' . $drop_image_or_text . ''; echo ''; @@ -645,9 +650,15 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) { echo '' . htmlspecialchars($entry['date']) . ''; echo '' . htmlspecialchars($entry['username']) . ''; echo '' . $statement . ''; - echo '' + echo '' . $drop_image_or_text . ''; echo '';