summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/ULists.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-04 13:53:36 +0200
committerYorhel <git@yorhel.nl>2009-07-04 13:53:36 +0200
commit1c3769e0bac96979cc1aba0a80081b69a8470528 (patch)
tree95ce961d93f72b3e14c2b2dd71d65f60eae94f13 /lib/VNDB/Handler/ULists.pm
parent45843fa3b02a69951fe7f4144ccdcbca76609180 (diff)
Implemented support for multilingual releases
The 'language' column in releases_rev has been replaced with a releases_lang table. As this is quite a big change, there may still be bugs floating around somewhere.
Diffstat (limited to 'lib/VNDB/Handler/ULists.pm')
-rw-r--r--lib/VNDB/Handler/ULists.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/ULists.pm b/lib/VNDB/Handler/ULists.pm
index 566a881c..3d101d8f 100644
--- a/lib/VNDB/Handler/ULists.pm
+++ b/lib/VNDB/Handler/ULists.pm
@@ -315,7 +315,7 @@ sub _vnlist_browse {
lit datestr $_->{released};
end;
td class => 'tc2';
- cssicon "lang $_->{language}", $self->{languages}{$_->{language}};
+ cssicon "lang $_", $self->{languages}{$_} for @{$_->{languages}};
cssicon substr(lc $self->{release_types}[$_->{type}], 0, 3), $self->{release_types}[$_->{type}].' release';
end;
td class => 'tc3';