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

Chris Cormack rangi at users.sourceforge.net
Mon Apr 21 04:59:02 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv31673

Modified Files:
	delbiblio.pl 
Log Message:
Fixing internal server error



Index: delbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/delbiblio.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** delbiblio.pl	16 Oct 2002 12:34:06 -0000	1.6
--- delbiblio.pl	21 Apr 2003 02:58:58 -0000	1.7
***************
*** 28,32 ****
  use CGI;
  use C4::Output;
- #use C4::Acquisitions;		# FIXME - Doesn't exist anymore
  use C4::Biblio;
  
--- 28,31 ----
***************
*** 36,44 ****
  
  my $biblio=$input->param('biblio');
! #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);
  
  
--- 35,40 ----
  
  my $biblio=$input->param('biblio');
! # check no items attached
! my $count=C4::Biblio::itemcount($biblio);
  
  





More information about the Koha-cvs mailing list