[Koha-cvs] CVS: koha deletemem.pl,1.5,1.6

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:31:49 CEST 2002


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

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


Index: deletemem.pl
===================================================================
RCS file: /cvsroot/koha/koha/deletemem.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** deletemem.pl	13 Oct 2002 05:40:31 -0000	1.5
--- deletemem.pl	13 Oct 2002 07:31:47 -0000	1.6
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to delete items
  #written 2/5/00
***************
*** 51,57 ****
  my $data=$sth->fetchrow_hashref;
  $sth->finish;
-       
  
! if ($i > 0 || $flags->{'CHARGES'} ne '' || $data ne ''){ 
    print $input->header;
    print "<table border=1>";
--- 53,59 ----
  my $data=$sth->fetchrow_hashref;
  $sth->finish;
  
! 
! if ($i > 0 || $flags->{'CHARGES'} ne '' || $data ne ''){
    print $input->header;
    print "<table border=1>";





More information about the Koha-cvs mailing list