koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4/Circulation Renewals.pm,1.2,1.3


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4/Circulation Renewals.pm,1.2,1.3
Date: Sat, 05 Oct 2002 02:54:53 -0700

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

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


Index: Renewals.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Renewals.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** Renewals.pm 14 Aug 2002 18:12:52 -0000      1.2
--- Renewals.pm 5 Oct 2002 09:54:50 -0000       1.3
***************
*** 25,29 ****
  require Exporter;
  use DBI;
- use C4::Database;
  use C4::Format;
  use C4::Accounts;
--- 25,28 ----
***************
*** 32,35 ****
--- 31,36 ----
  use C4::Circulation::Issues;
  use C4::Circulation::Main;
+       # FIXME - C4::Circulation::Main and C4::Circulation::Renewals
+       # use each other, so functions get redefined.
  
  use C4::Search;




reply via email to

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