From: CMDR furrycat Date: Sun, 24 Jan 2016 13:36:41 +0000 (-0500) Subject: Allotted time doesn't need to be small. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=0e8ab73f28c199cff5cbd1a02287544a441b821b;p=furrycat%2Frace-o-matic.git Allotted time doesn't need to be small. --- diff --git a/lib/race.php b/lib/race.php index 2552fcd..70b4113 100644 --- a/lib/race.php +++ b/lib/race.php @@ -73,7 +73,7 @@ function entry_header($type) { $fields = array('P', 'R', 'S', 'E', 'CMDR name', 'Forum name', 'Ship name', 'Ship type', 'Distance', 'Penalty', 'Lap distance', 'Laps', 'Allotted', 'Bonus', 'Raced', 'Total', 'Fastest lap', 'Average lap', 'Best speed', 'Average speed'); - $small_fields = array('Distance', 'Penalty', 'Allotted', 'Lap distance', 'Fastest lap', 'Average lap', 'Average speed'); + $small_fields = array('Distance', 'Penalty', 'Lap distance', 'Fastest lap', 'Average lap', 'Average speed'); if ($type == 'html') { echo "\n"; echo "\n";