git://git.furryclan.net
/
furrycat
/
race-o-matic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68385e8
)
Interpreter food.
author
CMDR furrycat
<elite@furrycat.net>
Tue, 15 Mar 2016 07:29:44 +0000
(
03:29
-0400)
committer
CMDR furrycat
<elite@furrycat.net>
Tue, 15 Mar 2016 07:29:44 +0000
(
03:29
-0400)
lib/entry.php
patch
|
blob
|
history
diff --git
a/lib/entry.php
b/lib/entry.php
index
b201155
..
fcd9774
100644
(file)
--- 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);