Merge pull request #566 from FliegenKLATSCH/patch-1
Version-Parameter fixed
This commit is contained in:
commit
e3f2fc7759
@ -583,7 +583,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
|
||||
echo '<td>' . $statement . '</td>';
|
||||
echo '<td class="nowrap"><a href="tbl_tracking.php?'
|
||||
. $url_query . '&report=true&version='
|
||||
. $version['version'] . '&delete_ddlog='
|
||||
. $_REQUEST['version'] . '&delete_ddlog='
|
||||
. ($i - 1) . '">' . $drop_image_or_text
|
||||
. '</a></td>';
|
||||
echo '</tr>';
|
||||
@ -644,7 +644,7 @@ if (isset($_REQUEST['report']) || isset($_REQUEST['report_export'])) {
|
||||
echo '<td><small>' . htmlspecialchars($entry['username']) . '</small></td>';
|
||||
echo '<td>' . $statement . '</td>';
|
||||
echo '<td class="nowrap"><a href="tbl_tracking.php?' . $url_query
|
||||
. '&report=true&version=' . $version['version']
|
||||
. '&report=true&version=' . $_REQUEST['version']
|
||||
. '&delete_dmlog=' . ($i - $ddlog_count) . '">'
|
||||
. $drop_image_or_text
|
||||
. '</a></td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user