Menu

#78 Team deletion link missing in match from round 2

0.98.0.0
closed-fixed
Tournaments (8)
4
2007-06-20
2007-02-25
Anonymous
No

In round two, the team deletion 'x' link does not show, see the screenshot.

The tournament is single elimination, top 2 advances to next round.

In round 3 the deletion link is showing correctly.

Discussion

  • Nobody/Anonymous

    screenshot

     
  • Jarrod Mast

    Jarrod Mast - 2007-06-20

    Logged In: YES
    user_id=798475
    Originator: NO

    simple fix once u find the code :D !!

    on line 92 of /include/tournaments/display_1.php

    find
    $brackets[$i][$j][2]>2

    and change to
    $brackets[$i][$j][2]>=2

     
  • Jarrod Mast

    Jarrod Mast - 2007-06-20
    • milestone: --> 0.98.0.0
    • priority: 5 --> 4
    • assigned_to: nobody --> skullshot
    • status: open --> closed-fixed
     
  • Jarrod Mast

    Jarrod Mast - 2007-06-20

    Logged In: YES
    user_id=798475
    Originator: NO

    This has been fixed in CVS

    The next release will include this fix

     

Log in to post a comment.