From 7fc7f7cabb264f3253b48601bf1e44b9d3c8b326 Mon Sep 17 00:00:00 2001 From: arensb Date: Sun, 13 Oct 2002 08:34:23 +0000 Subject: [PATCH] Added a FIXME comment. --- moditem.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moditem.pl b/moditem.pl index ef7c86da7a..5933f857fb 100755 --- a/moditem.pl +++ b/moditem.pl @@ -58,6 +58,8 @@ my %inputs; #the value is a tab separated list, the first item being the input type #$inputs{'Author'}="text\t$data->{'author'}\t0"; #$inputs{'Title'}="text\t$data->{'title'}\t1"; +# FIXME - The Dewey code is a string, not a number. And "000" is a +# perfectly acceptable value. my $dewey = $data->{'dewey'}; $dewey =~ s/0+$//; if ($dewey eq "000.") { $dewey = "";}; -- 2.39.2