koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha modbib.pl,1.7,1.8
Date: Sun, 13 Oct 2002 00:33:23 -0700

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");




reply via email to

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