LimeSurvey: master aaf5ebfc

Author Committer Branch Timestamp Parent
DenisChenu dominikvitt master 2019-04-23 10:29:08 master 31b11114
Changeset

Dev: create $qid and $other var for checkValidityAnswer (#1266)

Dev: this don't change anything, but seems more understandable ?
Dev: alternaive : $qid = null;
Dev: if(!empty($qinfo['qid']) { $qid = $qinfo['qid'];}
Dev: if(empty($qid) && !empty($qinfo['info']['qid']) { …

mod - application/helpers/expressions/em_manager_helper.php Diff File