]> git.koha-community.org Git - koha.git/commit
Bug 2616: Remove unnecessary 'use HTML::Template' calls
authorIan Walls <ian.walls@bywatersolutions.com>
Sun, 4 Dec 2011 17:31:22 +0000 (12:31 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 6 Dec 2011 12:55:29 +0000 (07:55 -0500)
commit2249e29e989d3e9329178d619f4afc1ee6c5d487
treeeef710cf896cf8aac3efc53fa417e7c740f40ecf
parent6e8ea4df521b5d139fd80da659e3e67c9261fc6f
Bug 2616: Remove unnecessary 'use HTML::Template' calls

Removes deprecated calls to HTML::Template or HTML::Template::Pro from:
C4/Output.pm
catalogue/export.pl
reports/issues_by_borrower_category.plugin
reports/itemtypes.plugin

Only remaining calls are in misc/cronjobs/rss/rss.pl, misc/cronjobs/smsoverdues.pl,
and t/test_template.pl.  These scripts still legitimately depend on H:T:P

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
(cherry picked from commit c70ff88205d9951858c0dc9bb7c581e82dee50e9)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Output.pm
catalogue/export.pl
reports/issues_by_borrower_category.plugin
reports/itemtypes.plugin