Added a FIXME comment.

This commit is contained in:
arensb 2002-10-07 00:50:33 +00:00
parent 21f62b0c03
commit 888c451d3d
2 changed files with 7 additions and 0 deletions

View file

@ -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;

View file

@ -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',