Menu

#41 Marathon Comp Results Display

0.97.3.5
closed-accepted
5
2005-11-20
2004-12-27
Jarrod Mast
No

Hey, i found a bug in the "themarathon.php" page.

when you have several comps that count to the
marathon, only the alphabetically first comp will have
results that can show up in the marathon standings.

i solved the problem by editing line 12 of "themarathon.
php" from:

require_once 'include/tournaments/scoring_'.
$tournament['ttype'].'.php';

to read:

require 'include/tournaments/scoring_'.
$tournament['ttype'].'.php';

Then all competition restults flow through.

Discussion

  • Jarrod Mast

    Jarrod Mast - 2005-01-04
    • status: open --> open-works-for-me
     
  • Jarrod Mast

    Jarrod Mast - 2005-11-16
    • assigned_to: nobody --> skullshot
     
  • Jarrod Mast

    Jarrod Mast - 2005-11-20

    Logged In: YES
    user_id=798475

    This has been fixed in CVS

    The next release will include this fix

     
  • Jarrod Mast

    Jarrod Mast - 2005-11-20
    • labels: --> Marathon Module
    • status: open-works-for-me --> closed-accepted
     
  • Jarrod Mast

    Jarrod Mast - 2005-11-20
    • milestone: --> 0.97.3.5
     

Log in to post a comment.