LimeSurvey: master a2ec69a3

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik master 2014-11-05 04:17:17 master db19b551
Affected Issues  09026: Export of blank results table points to a blank page"
Changeset

Fixed issue 09026: If empty survey, export 1 empty record to avoid blank results.

A blank page was returned when exporting empty surveys, because no content was given to output.
Headers were not given neither (as contrary to the expected), as headers are written before the first record. As no records were given, no headers were written.
By providing an empty record, headers are written and output matches expectations.

mod - application/helpers/admin/export/Writer.php Diff File