Matches unplayed shown as 0-0
-
Kolja FYI
I’ve changed line #284 of wp-content/plugins/leaguemanager/lib/widget.php file
FROM
$score = sprintf("%d - %d", $match->home_points, $match->away_points);
TO
$score = $match->home_points."-".$match->away_points;
This to avoid planned but unplayed matches are erroneously shown 0-0
- The topic ‘Matches unplayed shown as 0-0’ is closed to new replies.