[Koha-cvs] CVS: koha detail.pl,1.14,1.15 moredetail.pl,1.11,1.12 userpage.pl,1.5,1.6

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


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

Modified Files:
	detail.pl moredetail.pl userpage.pl 
Log Message:
switched from picktemplate() to gettemplate()


Index: detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/detail.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** detail.pl	9 Oct 2002 15:48:15 -0000	1.14
--- detail.pl	9 Oct 2002 18:09:16 -0000	1.15
***************
*** 22,26 ****
  require Exporter;
  use C4::Context;
! use C4::Output;  # contains picktemplate
  use CGI;
  use C4::Search;
--- 22,26 ----
  require Exporter;
  use C4::Context;
! use C4::Output;  # contains gettemplate
  use CGI;
  use C4::Search;

Index: moredetail.pl
===================================================================
RCS file: /cvsroot/koha/koha/moredetail.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** moredetail.pl	9 Oct 2002 18:02:15 -0000	1.11
--- moredetail.pl	9 Oct 2002 18:09:16 -0000	1.12
***************
*** 25,29 ****
  use C4::Search;
  use C4::Acquisitions;
! use C4::Output; # contains picktemplate
    
  my $query=new CGI;
--- 25,29 ----
  use C4::Search;
  use C4::Acquisitions;
! use C4::Output; # contains gettemplate
    
  my $query=new CGI;

Index: userpage.pl
===================================================================
RCS file: /cvsroot/koha/koha/userpage.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** userpage.pl	9 Oct 2002 15:45:25 -0000	1.5
--- userpage.pl	9 Oct 2002 18:09:16 -0000	1.6
***************
*** 22,26 ****
  require Exporter;
  use C4::Context;
! use C4::Output;  # contains picktemplate
  use CGI;
  use C4::Search;
--- 22,26 ----
  require Exporter;
  use C4::Context;
! use C4::Output;
  use CGI;
  use C4::Search;





More information about the Koha-cvs mailing list