Added more checks to remove undesirable results from the tourney displays
This commit is contained in:
parent
e83639f8d8
commit
aa0a44116b
@ -38,7 +38,7 @@ try { // Try opening the SQL database connection
|
||||
|
||||
foreach ($sqlWinnersList as $winner) {
|
||||
for ($i = 1; $i < 4; $i++) {
|
||||
if ($winner["winner" . $i] != "N/A") {
|
||||
if ($winner["winner" . $i] != "N/A" && $winner["winner" . $i] != "-nobody-" && $winner["winner" . $i] != "") {
|
||||
$winnersList[] = $winner["winner" . $i];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user