Fixed bug where a biblioitem with a subclass but no dewey would get the

subclass erased when editing the biblioitem.
This commit is contained in:
tonnesen 2001-10-10 19:27:00 +00:00
parent 2d6a87c168
commit ef41a26a6c

View file

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