koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha reports.pl,1.2,1.3
Date: Sun, 13 Oct 2002 00:34:44 -0700

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'){




reply via email to

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