View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001462 | mantisbt | bugtracker | public | 2002-01-24 13:23 | 2002-03-28 23:01 |
| Reporter | Luebbe | Assigned To | cyclespersecond | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | All Browsers / Win98 | OS | Suse Linux / Apache | OS Version | 0.17.0 |
| Product Version | 0.17.0 | ||||
| Summary | 0001462: Off by one Error in prev / next buttons | ||||
| Description | here's the fix for view_all_inc.php | ||||
| Steps To Reproduce | <?php # Show NEXT and PREV links as needed ?>
| ||||
| Tags | No tags attached. | ||||
|
tried using steps to reproduce, but this doesn't fix error. try instead
edited on: 02-01 17:16 |
|
|
That for statement should read: for ( $i = 1; $i <= $t_page_count; $i++ ) { Using a less than while adding one is basically offensive ;) |
|