koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha updatebiblio.pl,1.5,1.6
Date: Sat, 12 Oct 2002 22:50:23 -0700

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




reply via email to

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