koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/opac opac-membership.pl,1.4,1.5 opac-readingrecord.


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/opac opac-membership.pl,1.4,1.5 opac-readingrecord.pl,1.4,1.5 opac-reserve.pl,1.11,1.12 opac-userdetails.pl,1.4,1.5
Date: Wed, 19 Mar 2003 07:14:44 -0800

Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1:/tmp/cvs-serv1034/opac

Modified Files:
        opac-membership.pl opac-readingrecord.pl opac-reserve.pl 
        opac-userdetails.pl 
Log Message:
fixes missing 
use C4::Interface::CGI::Output;
at beginning

Index: opac-membership.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-membership.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-membership.pl  2 Feb 2003 07:18:38 -0000       1.4
--- opac-membership.pl  19 Mar 2003 15:14:42 -0000      1.5
***************
*** 5,8 ****
--- 5,9 ----
  use C4::Auth;       # get_template_and_user
  use HTML::Template;
+ use C4::Interface::CGI::Output;
  
  my $query = new CGI;

Index: opac-readingrecord.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-readingrecord.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-readingrecord.pl       2 Feb 2003 07:18:38 -0000       1.4
--- opac-readingrecord.pl       19 Mar 2003 15:14:42 -0000      1.5
***************
*** 9,12 ****
--- 9,13 ----
  use C4::Search;
  use HTML::Template;
+ use C4::Interface::CGI::Output;
  
  my $query = new CGI;

Index: opac-reserve.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-reserve.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** opac-reserve.pl     18 Mar 2003 20:57:52 -0000      1.11
--- opac-reserve.pl     19 Mar 2003 15:14:42 -0000      1.12
***************
*** 257,263 ****
  # check that you can actually make the reserve.
  
- # $template->param(BIBLIOITEMS => address@hidden);
- 
- 
  output_html_with_http_headers $query, $cookie, $template->output;
  
--- 257,260 ----

Index: opac-userdetails.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-userdetails.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-userdetails.pl 2 Feb 2003 07:18:38 -0000       1.4
--- opac-userdetails.pl 19 Mar 2003 15:14:42 -0000      1.5
***************
*** 9,12 ****
--- 9,13 ----
  use C4::Search;
  use HTML::Template;
+ use C4::Interface::CGI::Output;
  
  my $query = new CGI;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]