Skip to content

Commit

Permalink
Fixed issue #05761: values from non-hidden equations are not written …
Browse files Browse the repository at this point in the history
…the the database

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@12364 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
tmswhite committed Feb 6, 2012
1 parent 47778ad commit 060e939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/eval/LimeExpressionManager.php
Expand Up @@ -4435,7 +4435,7 @@ function _ValidateQuestion($questionSeq)
$updatedValues[$sgqa] = NULL;
}
}
else if ($qInfo['hidden'] && $qInfo['type'] == '*')
else if ($qInfo['type'] == '*')
{
// Process relevant equations, even if hidden, and write the result to the database
$result = FlattenText($LEM->ProcessString($qInfo['eqn'], $qInfo['qid'],NULL,false,1,1,false,false));
Expand Down

0 comments on commit 060e939

Please sign in to comment.