Fixed a bug caused hotpot module not restoring attempts properly

This commit is contained in:
patrickslee
2005-12-06 02:33:47 +00:00
parent 88535c6753
commit 098901627b
+1 -1
View File
@@ -132,7 +132,7 @@
}
// don't transfer these fields to the attempt records
$excluded_TAGS = array('hotpot');
$excluded_TAGS = array('HOTPOT');
$i = 0;
while ($status && isset($info['ATTEMPT_DATA'][$i]['#'])) {