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:
3e63bcf
)
Order hulls by name when adding a ship.
author
CMDR furrycat
<elite@furrycat.net>
Mon, 20 Jun 2016 08:43:54 +0000
(
04:43
-0400)
committer
CMDR furrycat
<elite@furrycat.net>
Mon, 20 Jun 2016 08:43:54 +0000
(
04:43
-0400)
lib/ship.php
patch
|
blob
|
history
diff --git
a/lib/ship.php
b/lib/ship.php
index
315604b
..
67b97b2
100644
(file)
--- a/
lib/ship.php
+++ b/
lib/ship.php
@@
-63,7
+63,7
@@
echo "<hr>\n";
$hq = new HullQuery;
- $hulls = $hq->find();
+ $hulls = $hq->
orderByName()->
find();
$cq = new CompetitorQuery;
$competitors = $cq->orderByCmdrName()->find();
if (! count($hulls)) {