CVS: koha updatebibitem.pl,1.1.1.1,1.2
10 Oct
2001
10 Oct
'01
2:28 p.m.
Update of /cvsroot/koha/koha In directory usw-pr-cvs1:/tmp/cvs-serv25722 Modified Files: updatebibitem.pl Log Message: Fixed bug where a biblioitem with a subclass but no dewey would get the subclass erased when editing the biblioitem. Index: updatebibitem.pl =================================================================== RCS file: /cvsroot/koha/koha/updatebibitem.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** updatebibitem.pl 2000/12/19 23:45:53 1.1.1.1 --- updatebibitem.pl 2001/10/10 19:27:00 1.2 *************** *** 41,44 **** --- 41,45 ---- }else{ $dewey=''; + $subclass=$class; } my $illus=checkinp($input->param('Illustrations'));
9043
Age (days ago)
9043
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steve Tonnesen