LimeSurvey: master 0a7ee9f5

Author Committer Branch Timestamp Parent
c_schmitz c_schmitz master 2024-02-14 19:12 master 2e617910
Changeset

Fixed issue: Slow performance when saving a survey with more than one language
Dev Instead of one query per item (questions, answers, assessments, etc) per language it is now only one query per language, saving alot of query time
Dev Also removed a question language consistency check (fixInvalidQuestions) which should not be called here

mod - application/helpers/common_helper.php Diff File