[Koha-cvs] CVS: koha/acqui.simple addbooks.pl,1.11,1.12

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 11:55:37 CEST 2002


Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv24026/acqui.simple

Modified Files:
	addbooks.pl 
Log Message:
Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.


Index: addbooks.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbooks.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** addbooks.pl	14 Aug 2002 18:12:52 -0000	1.11
--- addbooks.pl	5 Oct 2002 09:55:35 -0000	1.12
***************
*** 32,36 ****
  # Suite 330, Boston, MA  02111-1307 USA
  
- use C4::Database;
  use CGI;
  use strict;
--- 32,35 ----





More information about the Koha-cvs mailing list