koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/C4 Circulation.pm,1.4,1.5


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Circulation.pm,1.4,1.5
Date: Sat, 05 Oct 2002 02:50:47 -0700

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

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


Index: Circulation.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Circulation.pm      1 Oct 2002 11:51:30 -0000       1.4
--- Circulation.pm      5 Oct 2002 09:50:45 -0000       1.5
***************
*** 24,28 ****
  require Exporter;
  use DBI;
- use C4::Database;
  use C4::Circulation::Issues;
  use C4::Circulation::Returns;
--- 24,27 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]