29 Sep
2013
29 Sep
'13
11:51 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6201 --- Comment #13 from Eric Bégin <eric.begin@inLibro.com> ---
$author = join ' and ', @texauthors;
This is an old line, but also a bug. We should never hardcode English strings in Perl modules. Never ever.
From what I know, the 'and' is part of the bibtex standard and is language agnostic.
-- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.