From da29b56e28a583609417fca3cc0cc05e1d884f52 Mon Sep 17 00:00:00 2001 From: rangi Date: Tue, 21 May 2002 01:16:02 +0000 Subject: [PATCH] Fixing ItemInfo2 to ItemInfo --- html-template/detail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html-template/detail.pl b/html-template/detail.pl index 576054cb49..324bd1b82e 100755 --- a/html-template/detail.pl +++ b/html-template/detail.pl @@ -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); -- 2.39.5