From: Galen Charlton Date: Sun, 6 Sep 2009 00:50:40 +0000 (-0400) Subject: remove unnecesary import of HTM:::Template::pro X-Git-Tag: v3.02.00-alpha~157^2~5 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=dd08a539dcd9bc27e7c06547795a8e9cc692e86c;p=koha.git remove unnecesary import of HTM:::Template::pro Signed-off-by: Galen Charlton --- diff --git a/labels/label-edit-batch.pl b/labels/label-edit-batch.pl index 6dfdefffb0..35c38fb210 100755 --- a/labels/label-edit-batch.pl +++ b/labels/label-edit-batch.pl @@ -23,7 +23,6 @@ use warnings; use vars qw($debug); use CGI; -use HTML::Template::Pro; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); diff --git a/labels/label-edit-layout.pl b/labels/label-edit-layout.pl index ef18cd51d5..f47e8e61d8 100755 --- a/labels/label-edit-layout.pl +++ b/labels/label-edit-layout.pl @@ -22,7 +22,6 @@ use strict; use warnings; use CGI; -use HTML::Template::Pro; use POSIX; use Text::CSV_XS; diff --git a/labels/label-edit-profile.pl b/labels/label-edit-profile.pl index 097fa72900..ee99e32907 100755 --- a/labels/label-edit-profile.pl +++ b/labels/label-edit-profile.pl @@ -22,7 +22,6 @@ use strict; use warnings; use CGI; -use HTML::Template::Pro; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); diff --git a/labels/label-edit-template.pl b/labels/label-edit-template.pl index 81443d6515..038a164d34 100755 --- a/labels/label-edit-template.pl +++ b/labels/label-edit-template.pl @@ -22,7 +22,6 @@ use strict; use warnings; use CGI; -use HTML::Template::Pro; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); diff --git a/labels/label-home.pl b/labels/label-home.pl index 40a36211ba..e7563f164e 100755 --- a/labels/label-home.pl +++ b/labels/label-home.pl @@ -22,7 +22,6 @@ use strict; use warnings; use CGI; -use HTML::Template::Pro; use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); diff --git a/labels/label-item-search.pl b/labels/label-item-search.pl index 13add02459..633209d67b 100755 --- a/labels/label-item-search.pl +++ b/labels/label-item-search.pl @@ -22,7 +22,6 @@ use warnings; use vars qw($debug $cgi_debug); use CGI; -use HTML::Template::Pro; use List::Util qw( max min ); use POSIX qw(ceil); diff --git a/labels/label-manage.pl b/labels/label-manage.pl index 4b6512bc30..3ad95b3205 100755 --- a/labels/label-manage.pl +++ b/labels/label-manage.pl @@ -23,7 +23,6 @@ use warnings; use vars qw($debug); use CGI; -use HTML::Template::Pro; use Data::Dumper; use C4::Auth qw(get_template_and_user); diff --git a/labels/label-print.pl b/labels/label-print.pl index 289caa1ad6..0168e4a05d 100755 --- a/labels/label-print.pl +++ b/labels/label-print.pl @@ -21,7 +21,6 @@ use strict; use warnings; use CGI; -use HTML::Template::Pro; use Data::Dumper; use C4::Auth qw(get_template_and_user);