Undefined function
- by Luke
Just a simple problem for most of you i'm sure.
I have a function addTeamFixtures and it calls on a function flip.
That function is defined later in the script.
But I don't think it is happy with that.
The code where it calls the function:
$rounds[$round][0] = flip($rounds[$round][0]);
Any ideas?