koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/opac opac-detail.pl,1.2,1.3 opac-searchresults.pl,1


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/opac opac-detail.pl,1.2,1.3 opac-searchresults.pl,1.2,1.3
Date: Wed, 09 Oct 2002 11:09:18 -0700

Update of /cvsroot/koha/koha/opac
In directory usw-pr-cvs1:/tmp/cvs-serv13867/opac

Modified Files:
        opac-detail.pl opac-searchresults.pl 
Log Message:
switched from picktemplate() to gettemplate()


Index: opac-detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-detail.pl      3 Oct 2002 08:51:29 -0000       1.2
--- opac-detail.pl      9 Oct 2002 18:09:16 -0000       1.3
***************
*** 2,6 ****
  use strict;
  require Exporter;
! use C4::Output;  # contains picktemplate
  use CGI;
  use C4::Search;
--- 2,6 ----
  use strict;
  require Exporter;
! use C4::Output;  # contains gettemplate
  use CGI;
  use C4::Search;

Index: opac-searchresults.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-searchresults.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-searchresults.pl       3 Oct 2002 08:51:29 -0000       1.2
--- opac-searchresults.pl       9 Oct 2002 18:09:16 -0000       1.3
***************
*** 5,9 ****
  use C4::Search;
  use C4::Auth;
! use C4::Output; # now contains picktemplate
    
  my $query=new CGI;
--- 5,9 ----
  use C4::Search;
  use C4::Auth;
! use C4::Output; # now contains gettemplate
    
  my $query=new CGI;




reply via email to

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