Skip to content

Commit

Permalink
Fixed issue #7318: Multiple Numerical - Subquestion validation - Inpu…
Browse files Browse the repository at this point in the history
…t field and Tip in different way

Dev: tip test the number of "not in error" and input test directly.
Dev: then test is not the same.
  • Loading branch information
Shnoulle committed Feb 24, 2013
1 parent abe9c5a commit bde26c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/expressions/em_manager_helper.php
Expand Up @@ -2390,7 +2390,7 @@ public function _CreateSubQLevelRelevanceAndValidationEqns($onlyThisQseq=NULL)
case 'U': //HUGE FREE TEXT
if ($this->sgqaNaming)
{
$subqValidEqn = '!(' . preg_replace('/\bthis\b/',substr($sq['jsVarName'],4), $em_validation_sq) . ')';
$subqValidEqn = '(' . preg_replace('/\bthis\b/',substr($sq['jsVarName'],4), $em_validation_sq) . ')';
}
else
{
Expand Down

0 comments on commit bde26c5

Please sign in to comment.