koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha addwebsite.pl,1.2,1.3
Date: Wed, 16 Oct 2002 05:32:28 -0700

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;
  




reply via email to

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