LimeSurvey: master 5fc29f43
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
acran | GitHub | master | 2020-05-26 17:00 | master 4a8ebe2a |
Affected Issues | 15924: Can not send invitations to imported participants where emailstatus IS NULL | |||
Changeset | Fixed issue 15924: Can not send invitations to imported participants where emailstatus IS NULL (#1395) Dev: although the WHERE condition "emailstatus <> 'OptOut'" intuitively should match everything that is not equal to "OptOut" it actually does not match NULL values in MySQL since it is not NULL-safe. Dev: This is related to 15772 and 15823 since emailstatus should not be NULL in the first place. |
|||
mod - application/controllers/admin/tokens.php | Diff File |