Fix warning in matches management for started matches
This commit is contained in:
@@ -594,7 +594,7 @@ class matches_module
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$status_options = '<option value="' . $row['status'] . '" selected="selected">' . $row['status'] . '</option>';
|
$status_options = '<option value="' . $match_row['status'] . '" selected="selected">' . $match_row['status'] . '</option>';
|
||||||
}
|
}
|
||||||
// Grab for teams for selection
|
// Grab for teams for selection
|
||||||
if ($ko_league)
|
if ($ko_league)
|
||||||
|
|||||||
Reference in New Issue
Block a user