LimeSurvey: master 0f31ce4f

Author Committer Branch Timestamp Parent
c_schmitz c_schmitz master 2014-01-13 23:43:46 master ab1136de
Affected Issues  08510: Survey Import / Survey Copy not working
Changeset

Fixed issue 08510: Survey import/copy not working
Dev This seems to be a PHP bug as I could find no logical reason that it crashes out with duplicate database entries. For some reason the foreach loop gets messed up and the pointer is reset in the midst of the foreach - caused by the database insert. Makes no sense at all and does not happen on newer PHP versions.

mod - application/helpers/admin/import_helper.php Diff File