From 888c451d3da7f16397f894011843e06d9734f2a7 Mon Sep 17 00:00:00 2001 From: arensb Date: Mon, 7 Oct 2002 00:50:33 +0000 Subject: [PATCH] Added a FIXME comment. --- C4/Security.pm | 4 ++++ acqui.simple/bulkmarcimport.pl | 3 +++ 2 files changed, 7 insertions(+) diff --git a/C4/Security.pm b/C4/Security.pm index f31394e91c..b0614df244 100644 --- a/C4/Security.pm +++ b/C4/Security.pm @@ -18,6 +18,10 @@ package C4::Security; #assumes C4/Security # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, # Suite 330, Boston, MA 02111-1307 USA +# FIXME - As far as I can tell, this module is only used by the CDK +# stuff, which appears to be stillborn. In other words, this module +# isn't used. + use strict; require Exporter; use DBI; diff --git a/acqui.simple/bulkmarcimport.pl b/acqui.simple/bulkmarcimport.pl index 345f938387..9bf652bf06 100755 --- a/acqui.simple/bulkmarcimport.pl +++ b/acqui.simple/bulkmarcimport.pl @@ -54,6 +54,9 @@ use C4::Biblio; use C4::Output; my $dbh = C4::Context->dbh; my $userid=$ENV{'REMOTE_USER'}; + +# FIXME - Wouldn't it be better to use &C4::SimpleMarc::taglabel +# instead of duplicating this information? %tagtext = ( '001' => 'Control number', '003' => 'Control number identifier', -- 2.39.5