Skip to content

Commit

Permalink
Fixed issue #06439: Question type Array (numbers) does not work with …
Browse files Browse the repository at this point in the history
…numbers >10 as labels
  • Loading branch information
TMSWhite committed Aug 8, 2012
1 parent 962a45f commit 170df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/expressions/LimeExpressionManager.php
Expand Up @@ -5321,7 +5321,7 @@ function _ValidateQuestion($questionSeq)
break;
case ':': //ARRAY (Multi Flexi) 1 to 10
case ';': //ARRAY (Multi Flexi) Text
if (preg_match('/^' . $sq['rowdivid'] . '/', $sgqa))
if (preg_match('/^' . $sq['rowdivid'] . '_/', $sgqa))
{
$foundSQrelevance=true;
if (isset($LEM->ParseResultCache[$sq['eqn']]))
Expand Down

0 comments on commit 170df62

Please sign in to comment.