[Koha-cvs] CVS: koha/C4 Database.pm,1.2.2.5,1.2.2.6

Steve Tonnesen tonnesen at users.sourceforge.net
Sat Jul 27 06:41:32 CEST 2002


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

Modified Files:
      Tag: rel-1-2
	Database.pm 
Log Message:
Removed use C4::Koha line, which caused a looped dependency between Koha.pm and
Database.pm


Index: Database.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Database.pm,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -C2 -r1.2.2.5 -r1.2.2.6
*** Database.pm	12 Jul 2002 23:58:35 -0000	1.2.2.5
--- Database.pm	27 Jul 2002 04:41:30 -0000	1.2.2.6
***************
*** 6,10 ****
  require Exporter;
  use DBI;
- use C4::Koha;
  use vars qw($VERSION @ISA @EXPORT);
    
--- 6,9 ----





More information about the Koha-cvs mailing list