Assembla home | Assembla project page
 

Changeset 128

Show
Ignore:
Timestamp:
11/23/06 09:19:41 (1 year ago)
Author:
moensch
Message:

MAJOR bug in Tournaments component fixed! You were unable to start tournaments with more than 16 participants.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/com_mls_tournaments/admin.mls_tournaments.html.php

    r101 r128  
    874874                                                        <?php 
    875875                                                        for($i = 0; $i < 8; $i++) { 
    876                                                                 $match =& $matches[$i + $c]; 
     876                                                                $match =& $matches[$i + ($c * 8)]; 
    877877                                                                if($match->matchnr) { 
    878878                                                                ?>