Fixing ItemInfo2 to ItemInfo
This commit is contained in:
parent
35d366f4d5
commit
da29b56e28
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ my $biblionumber=$query->param('bib');
|
|||
my $type='intra';
|
||||
|
||||
# change back when ive fixed request.pl
|
||||
my @items = ItemInfo2(undef, $biblionumber, $type);
|
||||
my @items = ItemInfo(undef, $biblionumber, $type);
|
||||
my $dat=bibdata($biblionumber);
|
||||
my ($authorcount, $addauthor)= &addauthor($biblionumber);
|
||||
my ($webbiblioitemcount, @webbiblioitems) = &getwebbiblioitems($biblionumber);
|
||||
|
|
Loading…
Reference in a new issue