koha-devel
[Top][All Lists]
Advanced

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

[Koha-devel] CVS: koha updatebibitem.pl,1.2,1.3


From: Chris Cormack
Subject: [Koha-devel] CVS: koha updatebibitem.pl,1.2,1.3
Date: Tue Feb 12 13:39:17 2002

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

Modified Files:
        updatebibitem.pl 
Log Message:
Fixing bug that was duplicating additional authors, and a bug that was
breaking the updating classicification field


Index: updatebibitem.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebibitem.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** updatebibitem.pl    10 Oct 2001 19:27:00 -0000      1.2
--- updatebibitem.pl    12 Feb 2002 21:07:53 -0000      1.3
***************
*** 10,14 ****
  my $input= new CGI;
  #print $input->header;
! #print $input->dump;
  
  
--- 10,14 ----
  my $input= new CGI;
  #print $input->header;
! #print $input->Dump;
  
  
***************
*** 41,45 ****
  }else{
    $dewey='';
!   $subclass=$class;
  }
  my $illus=checkinp($input->param('Illustrations'));
--- 41,45 ----
  }else{
    $dewey='';
!   $subclass='';
  }
  my $illus=checkinp($input->param('Illustrations'));




reply via email to

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