From f22179d2522fde305ecc50e559c7c35c9dcc8e06 Mon Sep 17 00:00:00 2001 From: CMDR furrycat Date: Tue, 15 Mar 2016 03:29:44 -0400 Subject: [PATCH] Interpreter food. --- lib/entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4