LimeSurvey: 2.05 d5801ca1

Author Committer Branch Timestamp Parent
mfaber mfaber 2.05 2013-08-02 21:29:46 2.05 0954b64a
Affected Issues  08039: Subquestion code '0' means trouble
Changeset

Fixed issue 08039: Problems with subquestion code '0'

DEV: Both described issues were separate incidences of
DEV: the same thing: php empty()/($var) treat the '0'
DEV: as not set or empty.
DEV: isset() on the other hand also returns "" as true.
DEV: I am afraid this problem may be present more often in
DEV: the code. Maybe implement a custom function
DEV: is_set() which also returns FALSE for "" but TRUE for '0'

mod - application/helpers/viewHelper.php Diff File
mod - application/libraries/PluginManager/LimesurveyApi.php Diff File