LimeSurvey: 2.06 ff96176c

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik 2.06 2015-04-01 19:23:15 2.06 fda369eb
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