Menu

#63 Wrong quotes for is_empty() in admin_tournament_start

closed
Tournaments (8)
5
2006-03-21
2006-02-28
No

The admin_tournament_start.php file has the following
code at line 210:

if($valid->get_value('ffa')==1)
$valid->is_empty('rrsplit","how many teams per match in
the ffa?');

The parameters for the is_empty() function have
inconsistent quotes. This code should probably be
changed to:

if($valid->get_value('ffa')==1)
$valid->is_empty('rrsplit','how many teams per match in
the ffa?');

Discussion

  • Travis Kreikemeier

    • labels: --> Tournaments
    • assigned_to: nobody --> travispk
    • status: open --> closed
     
  • Travis Kreikemeier

    Logged In: YES
    user_id=1379082

    Fixed, will be in the next release.

     

Log in to post a comment.