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

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


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

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


Index: Circmain.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circmain.pm,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** Circmain.pm	14 Aug 2002 18:12:51 -0000	1.3
--- Circmain.pm	4 Oct 2002 02:57:18 -0000	1.3.2.1
***************
*** 24,28 ****
  require Exporter;
  use DBI;
- use C4::Database;
  use C4::Circulation::Main;
  use C4::Circulation::Issues;
--- 24,27 ----





More information about the Koha-cvs mailing list