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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 07:50:23 CEST 2002


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

Modified Files:
	updatebiblio.pl 
Log Message:
Added a FIXME comment.


Index: updatebiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/updatebiblio.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** updatebiblio.pl	5 Oct 2002 09:47:22 -0000	1.5
--- updatebiblio.pl	13 Oct 2002 05:50:21 -0000	1.6
***************
*** 24,27 ****
--- 24,31 ----
  use C4::Output;
  
+ # FIXME - This script uses a bunch of functions that appear in both
+ # C4::Acquisitions and C4::Biblio. But I gather that the latter are
+ # preferred. So should this script "use C4::Biblio;" ?
+ 
  my $input       = new CGI;
  my $bibnum      = checkinp($input->param('biblionumber'));





More information about the Koha-cvs mailing list