Allotted time doesn't need to be small.
authorCMDR furrycat <elite@furrycat.net>
Sun, 24 Jan 2016 13:36:41 +0000 (08:36 -0500)
committerCMDR furrycat <elite@furrycat.net>
Sun, 24 Jan 2016 13:36:41 +0000 (08:36 -0500)
lib/race.php

index 2552fcd..70b4113 100644 (file)
@@ -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 "<table class=\"entries\">\n";
       echo "<tr>\n";