[Koha-cvs] CVS: koha/html-template detail.pl,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Tue May 21 03:16:04 CEST 2002


Update of /cvsroot/koha/koha/html-template
In directory usw-pr-cvs1:/tmp/cvs-serv9733

Modified Files:
	detail.pl 
Log Message:
Fixing ItemInfo2 to ItemInfo


Index: detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/detail.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** detail.pl	15 May 2002 00:39:43 -0000	1.1
--- detail.pl	21 May 2002 01:16:02 -0000	1.2
***************
*** 35,39 ****
  
  # change back when ive fixed request.pl
! my @items = ItemInfo2(undef, $biblionumber, $type);
  my $dat=bibdata($biblionumber);
  my ($authorcount, $addauthor)= &addauthor($biblionumber);
--- 35,39 ----
  
  # change back when ive fixed request.pl
! my @items = ItemInfo(undef, $biblionumber, $type);
  my $dat=bibdata($biblionumber);
  my ($authorcount, $addauthor)= &addauthor($biblionumber);





More information about the Koha-cvs mailing list