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

Steve Tonnesen tonnesen at users.sourceforge.net
Wed Oct 9 20:09:18 CEST 2002


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;





More information about the Koha-cvs mailing list