[Koha-cvs] CVS: koha updatebiblio.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 11:47:24 CEST 2002


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

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


Index: updatebiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebiblio.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** updatebiblio.pl	14 Aug 2002 18:12:51 -0000	1.4
--- updatebiblio.pl	5 Oct 2002 09:47:22 -0000	1.5
***************
*** 19,23 ****
  # Suite 330, Boston, MA  02111-1307 USA
  
- use C4::Database;
  use CGI;
  use strict;
--- 19,22 ----





More information about the Koha-cvs mailing list