--- loncom/homework/grades.pm	2004/09/24 20:32:02	1.213
+++ loncom/homework/grades.pm	2004/09/24 21:09:33	1.214
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.213 2004/09/24 20:32:02 albertel Exp $
+# $Id: grades.pm,v 1.214 2004/09/24 21:09:33 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4480,7 +4480,8 @@ sub scantron_validate_CODE {
 				     $line,'incorrectCODE',\%allcodes);
 	    return(1,$currentphase);
 	}
-	if (exists($usedCODEs{$CODE}) && $ENV{'form.scantron_CODEunique'}
+	if (exists($usedCODEs{$CODE}) 
+	    && $ENV{'form.scantron_CODEunique'} eq 'yes'
 	    && !$$scan_record{'scantron.CODE_ignore_dup'}) {
 	    &scantron_get_correction($r,$i,$scan_record,
 				     \%scantron_config,