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

Andrew Arensburger arensb at users.sourceforge.net
Fri Oct 4 04:57:40 CEST 2002


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

Modified Files:
      Tag: arensb-context
	SimpleMarc.pm 
Log Message:
Removed useless "use C4::Database;" line.


Index: SimpleMarc.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/SimpleMarc.pm,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** SimpleMarc.pm	14 Aug 2002 18:12:52 -0000	1.3
--- SimpleMarc.pm	4 Oct 2002 02:57:38 -0000	1.3.2.1
***************
*** 35,39 ****
  
  # Koha modules used
- use C4::Database;
  
  require Exporter;
--- 35,38 ----
***************
*** 466,469 ****
--- 465,471 ----
  #---------------------------------------------
  # $Log$
+ # 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