~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to tbl_tracking.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-10-07 20:18:01 UTC
  • mfrom: (1.2.46)
  • Revision ID: package-import@ubuntu.com-20131007201801-l5l0ril5992p8sxz
Tags: 4:4.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
                echo '<td><small>' . htmlspecialchars($entry['date']) . '</small></td>';
584
584
                echo '<td><small>' . htmlspecialchars($entry['username']) . '</small></td>';
585
585
                echo '<td>' . $statement . '</td>';
586
 
                echo '<td class="nowrap"><a href="tbl_tracking.php?'
 
586
                echo '<td class="nowrap"><a href="tbl_tracking.php'
587
587
                    . PMA_generate_common_url(
588
588
                        $url_params + array(
589
589
                            'report' => 'true',