From bde26c59e0bef8ab7c1bc5a417673c8385f7363e Mon Sep 17 00:00:00 2001 From: Denis Chenu Date: Sun, 24 Feb 2013 17:50:12 +0100 Subject: [PATCH] Fixed issue #7318: Multiple Numerical - Subquestion validation - Input 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. --- application/helpers/expressions/em_manager_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/expressions/em_manager_helper.php b/application/helpers/expressions/em_manager_helper.php index 6e1dfb6568f..001b0dd43d9 100644 --- a/application/helpers/expressions/em_manager_helper.php +++ b/application/helpers/expressions/em_manager_helper.php @@ -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 {