[Koha-cvs] CVS: koha/C4 Database.pm,1.10,1.11

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:36:44 CEST 2002


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

Modified Files:
	Database.pm 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: Database.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Database.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Database.pm	11 Oct 2002 12:52:11 -0000	1.10
--- Database.pm	13 Oct 2002 07:36:42 -0000	1.11
***************
*** 1,4 ****
--- 1,6 ----
  package C4::Database;
  
+ # $Id$
+ 
  # Copyright 2000-2002 Katipo Communications
  #
***************
*** 22,28 ****
  use DBI;
  use vars qw($VERSION @ISA @EXPORT);
!   
  $VERSION = 0.01;
!     
  @ISA = qw(Exporter);
  @EXPORT = qw( );
--- 24,30 ----
  use DBI;
  use vars qw($VERSION @ISA @EXPORT);
! 
  $VERSION = 0.01;
! 
  @ISA = qw(Exporter);
  @EXPORT = qw( );





More information about the Koha-cvs mailing list