summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Producers.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-16 18:41:57 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:16 +0200
commit472f4055f3da696c8e4dd63eb34c538ec5d53a73 (patch)
treea5c91e35595b5f5926711fe2df7366c0061d55ef /lib/VNDB/Handler/Producers.pm
parentee47664ade604832bfb3ce56ea8490bdb4592c47 (diff)
L10N: Moved some functions from Func.pm to L10N.pm and added Russian quant() and age()
Diffstat (limited to 'lib/VNDB/Handler/Producers.pm')
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index 57e79490..43b7c025 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -72,7 +72,7 @@ sub page {
for (@{$p->{vn}}) {
li;
i;
- lit datestr $_->{date};
+ lit $self->{l10n}->datestr($_->{date});
end;
a href => "/v$_->{id}", title => $_->{original}, $_->{title};
end;