koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha moditem.pl,1.4,1.5


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha moditem.pl,1.4,1.5
Date: Sun, 13 Oct 2002 01:34:26 -0700

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

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


Index: moditem.pl
===================================================================
RCS file: /cvsroot/koha/koha/moditem.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** moditem.pl  13 Oct 2002 07:33:42 -0000      1.4
--- moditem.pl  13 Oct 2002 08:34:23 -0000      1.5
***************
*** 59,62 ****
--- 59,64 ----
  #$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+$//;




reply via email to

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