bug #4103 Tracking report: cannot delete a statement

This commit is contained in:
Marc Delisle 2013-09-25 12:24:44 -04:00
parent e144e3e41e
commit a775270d9b
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ phpMyAdmin - ChangeLog
- bug #4099 Server/library difference warning: setting is ignored
- bug #4100 table tree group strategy
- bug #4102 ALTER TABLE ORDER BY and InnoDB
- bug #4103 Tracking report: cannot delete a statement
4.0.7.0 (2013-09-23)
- bug #3993 Sorting in database overview with statistics doesn't work

View File

@ -583,7 +583,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
echo '<td><small>' . htmlspecialchars($entry['date']) . '</small></td>';
echo '<td><small>' . htmlspecialchars($entry['username']) . '</small></td>';
echo '<td>' . $statement . '</td>';
echo '<td class="nowrap"><a href="tbl_tracking.php?'
echo '<td class="nowrap"><a href="tbl_tracking.php'
. PMA_generate_common_url(
$url_params + array(
'report' => 'true',