View Issue Details

IDProjectCategoryView StatusLast Update
0001461mantisbtbugtrackerpublic2002-03-28 22:36
ReporterLuebbe Assigned Tocyclespersecond  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformAll Browsers / Win98OSSuse Linux / ApacheOS Version0.17.0
Product Version0.17.0 
Summary0001461: Off by one error in direct links to bug pages
Description

error in view_all_bug_page.php, here's the fix

Steps To Reproduce
    $t_offset = ( ( $f_page_number ) * $f_per_page );
    if ( isset( $f_per_page ) ) {
            $query = $query.
TagsNo tags attached.

Activities

Luebbe

Luebbe

2002-01-26 11:35

reporter   ~0001891

My fix has a disatvantage. When loading a project for the first time, no bugs are shown. There must also be some initialization fault. I haven't hat time yet to look deeper into it.

epu

epu

2002-02-01 17:45

reporter   ~0001916

I think 0001462 is another side effect of the same bug. Try patch there and close this bug as dupe if it fixes both.