[Koha-cvs] CVS: koha showbudget.pl,1.4,1.5

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:35:05 CEST 2002


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

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


Index: showbudget.pl
===================================================================
RCS file: /cvsroot/koha/koha/showbudget.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** showbudget.pl	14 Aug 2002 18:12:51 -0000	1.4
--- showbudget.pl	13 Oct 2002 07:35:03 -0000	1.5
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to show list of budgets and bookfunds
  #written 4/2/00 by chris at katipo.co.nz
***************
*** 54,58 ****
    print  <<EOP
  <tr><td>
! $results[$i]->{'bookfundname'} </TD> 
  <TD>$results[$i]->{'budgetamount'}</TD> <TD>
  EOP
--- 56,60 ----
    print  <<EOP
  <tr><td>
! $results[$i]->{'bookfundname'} </TD>
  <TD>$results[$i]->{'budgetamount'}</TD> <TD>
  EOP





More information about the Koha-cvs mailing list