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