koha-cvs
[Top][All Lists]
Advanced

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

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


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

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

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


Index: Circmain.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circmain.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Circmain.pm 14 Aug 2002 18:12:51 -0000      1.3
--- Circmain.pm 5 Oct 2002 09:50:36 -0000       1.4
***************
*** 21,28 ****
  # Suite 330, Boston, MA  02111-1307 USA
  
  use strict;
  require Exporter;
  use DBI;
- use C4::Database;
  use C4::Circulation::Main;
  use C4::Circulation::Issues;
--- 21,29 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
+ # FIXME - This module doesn't compile!
+ 
  use strict;
  require Exporter;
  use DBI;
  use C4::Circulation::Main;
  use C4::Circulation::Issues;




reply via email to

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