[Koha-cvs] CVS: koha addwebsite.pl,1.2,1.3

Andrew Arensburger arensb at users.sourceforge.net
Wed Oct 16 14:32:28 CEST 2002


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

Modified Files:
	addwebsite.pl 
Log Message:
C4::Acquisitions doesn't exist anymore. Changed it to C4::Catalogue,
since that's what was apparently intended.


Index: addwebsite.pl
===================================================================
RCS file: /cvsroot/koha/koha/addwebsite.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** addwebsite.pl	14 Aug 2002 18:12:50 -0000	1.2
--- addwebsite.pl	16 Oct 2002 12:32:26 -0000	1.3
***************
*** 20,24 ****
  
  use strict;
! use C4::Acquisitions;
  use CGI;
  
--- 20,24 ----
  
  use strict;
! use C4::Catalogue;
  use CGI;
  





More information about the Koha-cvs mailing list