Skip to content

Commit

Permalink
Fixed issue: Semantic differential right text in array question not s…
Browse files Browse the repository at this point in the history
…howing up

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@7984 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Nov 24, 2009
1 parent 8e24847 commit 1f51765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qanda.php
Expand Up @@ -5544,11 +5544,11 @@ function do_array_flexible($ia)
$myfname = $ia[1].$ansrow['code'];
$trbc = alternation($trbc , 'row');
$answertext=answer_replace($ansrow['answer']);
$answertextsave=$answertext;
if (strpos($answertext,'|'))
{
$answertext=substr($answertext,0, strpos($answertext,'|'));
}
$answertextsave=$answertext;
/* Check if this item has not been answered: the 'notanswered' variable must be an array,
containing a list of unanswered questions, the current question must be in the array,
and there must be no answer available for the item in this session. */
Expand Down

0 comments on commit 1f51765

Please sign in to comment.