LimeSurvey: master 9f146903

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik master 2015-04-01 19:18:46 master 202f68f4
Changeset

Fixed Issue: delete_question API method shuffled questions, not keeping its original order.

Questions were retrieved from DB without asking for any order cirteria.
So they were ordered considering the QID (the same order as they were created).

mod - application/models/Question.php Diff File