koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/html-template detail.pl,1.1,1.2
Date: Mon, 20 May 2002 18:16:04 -0700

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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]