[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha deletewebsite.pl,1.2,1.3 updatewebsite.pl,1.3,1.4
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha deletewebsite.pl,1.2,1.3 updatewebsite.pl,1.3,1.4 |
Date: |
Tue, 24 Jun 2003 21:48:47 -0700 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv1445
Modified Files:
deletewebsite.pl updatewebsite.pl
Log Message:
These were using the old deprecation C4::Acquisitions
Change to C4::Catalogue
Index: deletewebsite.pl
===================================================================
RCS file: /cvsroot/koha/koha/deletewebsite.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** deletewebsite.pl 14 Aug 2002 18:12:51 -0000 1.2
--- deletewebsite.pl 25 Jun 2003 04:48:45 -0000 1.3
***************
*** 20,24 ****
use strict;
! use C4::Acquisitions;
use CGI;
--- 20,24 ----
use strict;
! use C4::Catalogue;
use CGI;
Index: updatewebsite.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatewebsite.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** updatewebsite.pl 13 Oct 2002 07:36:17 -0000 1.3
--- updatewebsite.pl 25 Jun 2003 04:48:45 -0000 1.4
***************
*** 21,25 ****
use strict;
! use C4::Acquisitions;
use CGI;
--- 21,25 ----
use strict;
! use C4::Catalogue;
use CGI;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha deletewebsite.pl,1.2,1.3 updatewebsite.pl,1.3,1.4,
Chris Cormack <=