Bug 28624: Remove Smart::Comments
It's not used in those files (there is no occurrence of ###), and it's not installed anyway (it is by koha-testing-docker however). We should remove those lines. Test plan: Confirm the above Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
024c491132
commit
cb2eae80d9
5 changed files with 0 additions and 12 deletions
3
about.pl
3
about.pl
|
@ -55,9 +55,6 @@ use Koha::Filter::MARC::ViewPolicy;
|
|||
|
||||
use C4::Members::Statistics;
|
||||
|
||||
|
||||
#use Smart::Comments '####';
|
||||
|
||||
my $query = CGI->new;
|
||||
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
||||
{
|
||||
|
|
|
@ -33,9 +33,6 @@ use YAML::XS;
|
|||
use Encode;
|
||||
use List::MoreUtils qw( any );
|
||||
|
||||
# use Smart::Comments;
|
||||
#
|
||||
|
||||
sub GetTab {
|
||||
my ( $input, $tab ) = @_;
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ use C4::Auth qw( get_template_and_user );
|
|||
use C4::Output qw( output_html_with_http_headers );
|
||||
use C4::Context;
|
||||
|
||||
# use Smart::Comments;
|
||||
|
||||
my $query = CGI->new;
|
||||
my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
|
||||
{ template_name => "labels/spinelabel-home.tt",
|
||||
|
|
|
@ -35,8 +35,6 @@ use Koha::Patrons;
|
|||
use Koha::Patron::Categories;
|
||||
use Koha::Patrons;
|
||||
|
||||
# use Smart::Comments;
|
||||
|
||||
my $dbh = C4::Context->dbh;
|
||||
my $input = CGI->new;
|
||||
|
||||
|
|
|
@ -38,8 +38,6 @@ use Koha::Subscription::Numberpattern;
|
|||
use Koha::Subscription::Frequency;
|
||||
use Koha::SharedContent;
|
||||
|
||||
#use Smart::Comments;
|
||||
|
||||
our $query = CGI->new;
|
||||
my $op = $query->param('op') || '';
|
||||
my $dbh = C4::Context->dbh;
|
||||
|
|
Loading…
Reference in a new issue