View | Details | Raw Unified | Return to bug 8044
Collapse All | Expand All

(-)a/Koha/I18N.pm (-2 / +1 lines)
Lines 17-25 package Koha::I18N; Link Here
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use base qw(Locale::Maketext);
21
use base qw(Locale::Maketext);
21
22
22
use Modern::Perl;
23
use C4::Templates;
23
use C4::Templates;
24
use C4::Context;
24
use C4::Context;
25
25
26
- 

Return to bug 8044