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

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 11:50:38 CEST 2002


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;





More information about the Koha-cvs mailing list