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

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


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 olwen at katipo.co.nz
***************
*** 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);





More information about the Koha-cvs mailing list