Bug 29234: Further clean Z3950 Tests
[koha-ffzg.git] / opac / opac-course-reserves.pl
index f4cf89d..e5d474b 100755 (executable)
@@ -22,10 +22,10 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 
-use C4::CourseReserves qw(SearchCourses);
+use C4::CourseReserves qw( SearchCourses );
 
 my $cgi = CGI->new;
 
@@ -34,7 +34,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
         query           => $cgi,
         type            => "opac",
         authnotrequired => 1,
-        debug           => 1,
     }
 );