[Koha-cvs] CVS: koha reports.pl,1.2,1.3

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


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

Modified Files:
	reports.pl 
Log Message:
Added magic RCS comment.
Removed trailing whitespace.


Index: reports.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** reports.pl	14 Aug 2002 18:12:51 -0000	1.2
--- reports.pl	13 Oct 2002 07:34:42 -0000	1.3
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to display reports
  #written 8/11/99
***************
*** 35,39 ****
  my @data;
  if ($type eq 'search'){
!  @data=statsreport('search','something');  
  }
  if ($type eq 'issue'){
--- 37,41 ----
  my @data;
  if ($type eq 'search'){
!  @data=statsreport('search','something');
  }
  if ($type eq 'issue'){





More information about the Koha-cvs mailing list