[Koha-cvs] CVS: koha/C4 Input.pm,1.6,1.7

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 08:03:40 CEST 2002


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

Modified Files:
	Input.pm 
Log Message:
Added a FIXME comment.


Index: Input.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Input.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** Input.pm	10 Oct 2002 04:35:21 -0000	1.6
--- Input.pm	13 Oct 2002 06:03:38 -0000	1.7
***************
*** 138,141 ****
--- 138,142 ----
              }
  	    $c=$c%11;  # % is the modulus function
+ 			# FIXME - %=
              ($c==10) && ($c='X');
              # FIXME - $isbngood = $c eq $checksum;





More information about the Koha-cvs mailing list