LimeSurvey: master efa8a101

Author Committer Branch Timestamp Parent
ollehar ollehar master 2019-10-14 16:33:55 master 81a2b2b9
Changeset

Fixed issue: Comparing two string with greater-than operation fails

Dev: It should fail, BUT with an error message.
Dev: Solution is to use intval() to cast to int
Dev: and to never write "18", only 18 without qotes.

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