Bugzilla – Attachment 6574 Details for
Bug 2616
unnecessary 'use HTML::Template'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed patch
patch.txt (text/plain), 2.14 KB, created by
Marcel de Rooy
on 2011-12-05 08:24:27 UTC
(
hide
)
Description:
Signed patch
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2011-12-05 08:24:27 UTC
Size:
2.14 KB
patch
obsolete
>From f08cb15b990c6eed569e394a233d2ac94736f50c Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Sun, 4 Dec 2011 12:31:22 -0500 >Subject: [PATCH] [SIGNED-OFF] Bug 2616: Remove unnecessary 'use HTML::Template' calls >Content-Type: text/plain; charset="utf-8" > >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> >--- > C4/Output.pm | 1 - > catalogue/export.pl | 1 - > reports/issues_by_borrower_category.plugin | 1 - > reports/itemtypes.plugin | 1 - > 4 files changed, 0 insertions(+), 4 deletions(-) > >diff --git a/C4/Output.pm b/C4/Output.pm >index 41a0a28..6ab16d9 100644 >--- a/C4/Output.pm >+++ b/C4/Output.pm >@@ -33,7 +33,6 @@ use C4::Dates qw(format_date); > use C4::Budgets qw(GetCurrency); > use C4::Templates; > >-#use HTML::Template::Pro; > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); > > BEGIN { >diff --git a/catalogue/export.pl b/catalogue/export.pl >index 3efdb21..2b55d9f 100755 >--- a/catalogue/export.pl >+++ b/catalogue/export.pl >@@ -1,5 +1,4 @@ > #!/usr/bin/perl >-use HTML::Template::Pro; > use strict; > #use warnings; FIXME - Bug 2505 > >diff --git a/reports/issues_by_borrower_category.plugin b/reports/issues_by_borrower_category.plugin >index 5b43023..825a492 100755 >--- a/reports/issues_by_borrower_category.plugin >+++ b/reports/issues_by_borrower_category.plugin >@@ -22,7 +22,6 @@ use strict; > use C4::Auth; > use CGI; > use C4::Context; >-use HTML::Template::Pro; > use C4::Search; > use C4::Output; > use C4::Koha; >diff --git a/reports/itemtypes.plugin b/reports/itemtypes.plugin >index d541429..f543f2d 100755 >--- a/reports/itemtypes.plugin >+++ b/reports/itemtypes.plugin >@@ -22,7 +22,6 @@ use strict; > use C4::Auth; > use CGI; > use C4::Context; >-use HTML::Template::Pro; > use C4::Search; > use C4::Output; > use C4::Koha; >-- >1.6.0.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 2616
:
6566
| 6574