Skip to content

Commit

Permalink
Dev: numbers_only tip aren't set to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 22, 2013
1 parent dbb6602 commit 35aabb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/helpers/expressions/em_manager_helper.php
Expand Up @@ -2466,8 +2466,8 @@ public function _CreateSubQLevelRelevanceAndValidationEqns($onlyThisQseq=NULL)
}
$validationEqn[$questionNum][] = array(
'qtype' => $type,
'type' => 'default',
'class' => 'default',
'type' => 'numbers_only',
'class' => 'numbers_only',
'eqn' => implode(' and ',$sq_equs),
'qid' => $questionNum,
'subqValidEqns' => $subqValidEqns,
Expand Down Expand Up @@ -2501,8 +2501,8 @@ public function _CreateSubQLevelRelevanceAndValidationEqns($onlyThisQseq=NULL)
}
$validationEqn[$questionNum][] = array(
'qtype' => $type,
'type' => 'default',
'class' => 'default',
'type' => 'numbers_only',
'class' => 'numbers_only',
'eqn' => implode(' and ',$sq_equs),
'qid' => $questionNum,
'subqValidEqns' => $subqValidEqns,
Expand Down

0 comments on commit 35aabb0

Please sign in to comment.