koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha delbiblio.pl,1.5,1.6


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha delbiblio.pl,1.5,1.6
Date: Wed, 16 Oct 2002 05:34:08 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv13694

Modified Files:
        delbiblio.pl 
Log Message:
Removed reference to nonexistent C4::Acquisitions.
Added FIXME comment.


Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** delbiblio.pl        14 Aug 2002 18:12:51 -0000      1.5
--- delbiblio.pl        16 Oct 2002 12:34:06 -0000      1.6
***************
*** 28,32 ****
  use CGI;
  use C4::Output;
! use C4::Acquisitions;
  use C4::Biblio;
  
--- 28,32 ----
  use CGI;
  use C4::Output;
! #use C4::Acquisitions;                # FIXME - Doesn't exist anymore
  use C4::Biblio;
  
***************
*** 38,41 ****
--- 38,43 ----
  #print $input->header;
  #check no items attached
+ # FIXME - C4::Acquisitions no longer exists. Should this be
+ # &C4::Search::itemcount, or &C4::Biblio::itemcount?
  my $count=C4::Acquisitions::itemcount($biblio);
  




reply via email to

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