[Koha-cvs] CVS: koha modbib.pl,1.7,1.8

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 09:33:23 CEST 2002


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

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


Index: modbib.pl
===================================================================
RCS file: /cvsroot/koha/koha/modbib.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** modbib.pl	13 Oct 2002 05:49:36 -0000	1.7
--- modbib.pl	13 Oct 2002 07:33:21 -0000	1.8
***************
*** 1,4 ****
--- 1,6 ----
  #!/usr/bin/perl
  
+ # $Id$
+ 
  #script to modify/delete biblios
  #written 8/11/99
***************
*** 40,44 ****
  my %inputs;
  my $dewey;
! my $submit=$input->param('submit.x');                                                                                              
  if ($submit eq '') {
    print $input->redirect("/cgi-bin/koha/delbiblio.pl?biblio=$bibnum");
--- 42,46 ----
  my %inputs;
  my $dewey;
! my $submit=$input->param('submit.x');
  if ($submit eq '') {
    print $input->redirect("/cgi-bin/koha/delbiblio.pl?biblio=$bibnum");





More information about the Koha-cvs mailing list