LimeSurvey: master c114743b

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite master 2012-10-16 11:33:02 master ffc3d6a5
Affected Issues  06701: Export survey in .txt
Changeset

Fixed issue #06701: Export survey in .txt
Dev problem was versions of PHP that generate this message: Fatal error: Maximum function nesting level of '100' reached
Dev LimeSurvey was generating deeply nested if() statements to implement the dynamic validation messages
Dev refactored the message generation logic so that the max if() nesting level is 3 instead of 6, which drops the max auto-generated function nesting level to 67

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