Fixed bug where a biblioitem with a subclass but no dewey would get the
authortonnesen <tonnesen>
Wed, 10 Oct 2001 19:27:00 +0000 (19:27 +0000)
committertonnesen <tonnesen>
Wed, 10 Oct 2001 19:27:00 +0000 (19:27 +0000)
subclass erased when editing the biblioitem.

updatebibitem.pl

index 980c3df..53dd1c9 100755 (executable)
@@ -40,6 +40,7 @@ if ($class =~/[0-9]+/){
 #   print $classification,$dewey,$subclass;
 }else{
   $dewey='';
+  $subclass=$class;
 }
 my $illus=checkinp($input->param('Illustrations'));
 my $pages=checkinp($input->param('Pages'));