[Koha-cvs] CVS: koha/C4 SimpleMarc.pm,1.3,1.4

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 11:53:13 CEST 2002


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

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


Index: SimpleMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SimpleMarc.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** SimpleMarc.pm	14 Aug 2002 18:12:52 -0000	1.3
--- SimpleMarc.pm	5 Oct 2002 09:53:11 -0000	1.4
***************
*** 35,39 ****
  
  # Koha modules used
- use C4::Database;
  
  require Exporter;
--- 35,38 ----
***************
*** 466,469 ****
--- 465,475 ----
  #---------------------------------------------
  # $Log$
+ # Revision 1.4  2002/10/05 09:53:11  arensb
+ # Merged with arensb-context branch: use C4::Context->dbh instead of
+ # &C4Connect, and generally prefer C4::Context over C4::Database.
+ #
+ # Revision 1.3.2.1  2002/10/04 02:57:38  arensb
+ # Removed useless "use C4::Database;" line.
+ #
  # Revision 1.3  2002/08/14 18:12:52  tonnesen
  # Added copyright statement to all .pl and .pm files





More information about the Koha-cvs mailing list