koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Database.pm,1.10,1.11
Date: Sun, 13 Oct 2002 00:36:44 -0700

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( );




reply via email to

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