2009-09-27 21:57:25 UTC
I will check the fix in to source control so that it will be in the next release, but in the meantime, here is how to manually fix statfink so that it correctly displays the Monday night games:
In /helm/nflgamesupdate.php, modify the following lines:
1) Line 274:
change $nextInProgress = strpos($result, '/gamecenter/live/', $start);
to $nextInProgress = strpos($result, 'nfl/gamecenter/live/', $start);
2) Line 283:
change $nextInProgress += 17;
to $nextInProgress += 20;