Bug #354
System mail log: Wrong multipage links
| Status: | Closed | Start: | 08/08/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Ryan Gordon | % Done: | 100% |
|
| Category: | Activity Indicator System | |||
| Target version: | 1.4.10 | |||
| Reproducibility: | Browser: | |||
| Reported In MyBB Version: | 1.4.8 | Database Type: | ||
| PHP Version: | Database Version: |
Description
If you search your system mail logs and the result is on several pages there's a problem with the links in the pagination:
index.php?module=tools/mailerrors&page=*2s*ubject=xyz
The & is missing and because of that it shows all logs if you switch between the pages.
admin/modules/tools/mailerrors.php$additional_criteria = implode("&", $additional_criteria);<br />...<br />echo "<br />".draw_admin_pagination($mybb->input['page'], $per_page, $total_rows, "index.php?module=tools/mailerrors&page={page}{$additional_criteria}");
Associated revisions
Fixes System mail log: Wrong multipage links (fixes:354)
Fixes System mail log: Wrong multipage links (fixes:354)
Fixes Selective delete system mail logs not working (fixes:359)
History
Updated by Ryan Gordon 8 months ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r4418.
Updated by Ryan Gordon 6 months ago
- Target version changed from 1.4.9 to 1.4.10
- Reported In MyBB Version set to 1.4.8