summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-04-03 18:12:24 +0200
committerYorhel <git@yorhel.nl>2011-04-03 18:12:24 +0200
commit0009e62b8b0b3066f10c4269718c9ccc9b312a63 (patch)
tree8dda1e0ea577da858841a7e28554f1502b715755 /lib/VNDB/Handler
parented7cad3d6e6c9ac879eb6392bfd4e9368537ab39 (diff)
Order the traits groups on /i by their 'order' column
Diffstat (limited to 'lib/VNDB/Handler')
-rw-r--r--lib/VNDB/Handler/Traits.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Traits.pm b/lib/VNDB/Handler/Traits.pm
index 887890b6..3e08f6bf 100644
--- a/lib/VNDB/Handler/Traits.pm
+++ b/lib/VNDB/Handler/Traits.pm
@@ -337,7 +337,7 @@ sub traitindex {
end;
my $t = $self->dbTTTree(trait => 0, 2);
- childtags($self, mt('_traiti_tree'), 'i', {childs => $t});
+ childtags($self, mt('_traiti_tree'), 'i', {childs => $t}, 'order');
table class => 'mainbox threelayout';
Tr;