koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Groups.pm,1.6,1.7


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Groups.pm,1.6,1.7
Date: Sun, 13 Oct 2002 00:36:52 -0700

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

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


Index: Groups.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Groups.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Groups.pm   7 Oct 2002 00:44:23 -0000       1.6
--- Groups.pm   13 Oct 2002 07:36:50 -0000      1.7
***************
*** 1,4 ****
--- 1,6 ----
  package C4::Groups;
  
+ # $Id$
+ 
  #package to deal with Returns
  #written 3/11/99 by address@hidden
***************
*** 40,47 ****
  
  use vars qw($VERSION @ISA @EXPORT);
!   
  # set the version for version checking
  $VERSION = 0.01;
!     
  @ISA = qw(Exporter);
  @EXPORT = qw(&getgroups &groupmembers);
--- 42,49 ----
  
  use vars qw($VERSION @ISA @EXPORT);
! 
  # set the version for version checking
  $VERSION = 0.01;
! 
  @ISA = qw(Exporter);
  @EXPORT = qw(&getgroups &groupmembers);




reply via email to

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