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:
6b48578
)
Order hulls by name.
author
CMDR furrycat
<elite@furrycat.net>
Sun, 19 Jun 2016 07:13:10 +0000
(
03:13
-0400)
committer
CMDR furrycat
<elite@furrycat.net>
Sun, 19 Jun 2016 07:45:13 +0000
(
03:45
-0400)
lib/hull.php
patch
|
blob
|
history
diff --git
a/lib/hull.php
b/lib/hull.php
index
93cb301
..
48ce678
100644
(file)
--- a/
lib/hull.php
+++ b/
lib/hull.php
@@
-48,7
+48,7
@@
$q = new HullQuery;
if ($action) $q->filterById($action);
- $hulls = $q->find();
+ $hulls = $q->
orderByName()->
find();
if (! count($hulls)) echo "<p>No hulls</p>\n";
echo "<div class=\"overflow\">\n";
foreach ($hulls as $hull) {