From ef41a26a6c04b3d86755bc9ff22498d9a39d228b Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 10 Oct 2001 19:27:00 +0000 Subject: [PATCH] Fixed bug where a biblioitem with a subclass but no dewey would get the subclass erased when editing the biblioitem. --- updatebibitem.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/updatebibitem.pl b/updatebibitem.pl index 980c3dfb35..53dd1c9d33 100755 --- a/updatebibitem.pl +++ b/updatebibitem.pl @@ -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')); -- 2.39.2