From: CMDR furrycat Date: Tue, 15 Mar 2016 07:29:44 +0000 (-0400) Subject: Interpreter food. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=f22179d2522fde305ecc50e559c7c35c9dcc8e06;p=furrycat%2Frace-o-matic.git Interpreter food. --- diff --git a/lib/entry.php b/lib/entry.php index b201155..fcd9774 100644 --- a/lib/entry.php +++ b/lib/entry.php @@ -140,7 +140,7 @@ if ($leg->getFinishLine()) $flags |= Course::FinishFlag(); $legs[$station_name] = array($flags, $station->getId(), $system_id, $leg->getStationOrder()); } - uasort($legs, sort_legs); + uasort($legs, 'sort_legs'); $system_ids = array_unique($system_ids); $rq = new RaikogramQuery; $rq->filterBySystem1($system_ids);