[Koha-cvs] CVS: koha updatebibitem.pl,1.9,1.10

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


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

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


Index: updatebibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebibitem.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** updatebibitem.pl	20 Sep 2002 13:01:51 -0000	1.9
--- updatebibitem.pl	5 Oct 2002 09:47:08 -0000	1.10
***************
*** 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