fixes missing
authortipaul <tipaul>
Wed, 19 Mar 2003 15:14:42 +0000 (15:14 +0000)
committertipaul <tipaul>
Wed, 19 Mar 2003 15:14:42 +0000 (15:14 +0000)
use C4::Interface::CGI::Output;
at beginning

opac/opac-membership.pl
opac/opac-readingrecord.pl
opac/opac-reserve.pl
opac/opac-userdetails.pl

index 20f0406..623acde 100644 (file)
@@ -4,6 +4,7 @@ require Exporter;
 use CGI;
 use C4::Auth;       # get_template_and_user
 use HTML::Template;
+use C4::Interface::CGI::Output;
 
 my $query = new CGI;
 
index b0eb178..c2cfa40 100755 (executable)
@@ -8,6 +8,7 @@ use C4::Koha;
 use C4::Circulation::Circ2;
 use C4::Search;
 use HTML::Template;
+use C4::Interface::CGI::Output;
 
 my $query = new CGI;
 my ($template, $borrowernumber, $cookie) 
index 5b80176..ff54f05 100755 (executable)
@@ -256,9 +256,6 @@ if ($query->param('item_types_selected')) {
 
 # check that you can actually make the reserve.
 
-# $template->param(BIBLIOITEMS => \@data);
-
-
 output_html_with_http_headers $query, $cookie, $template->output;
 
 # Local Variables:
index a476bf0..5f98d19 100755 (executable)
@@ -8,6 +8,7 @@ use C4::Koha;
 use C4::Circulation::Circ2;
 use C4::Search;
 use HTML::Template;
+use C4::Interface::CGI::Output;
 
 my $query = new CGI;
 my ($template, $borrowernumber, $cookie)