LimeSurvey: Yii 85c8111b

Author Committer Branch Timestamp Parent
andrie andrie Yii 2012-08-21 02:55 Yii 7e490964
Changeset

Fixed issue 06189: Export to R - csv file uses incorrect quote character
Dev modified SPSSExportData() to use either 'single quotes' or "double quotes" as quoting character
Dev modified SPSSExportData() to print column headers if export to R
Dev modified exportr() to use R code read.csv() rather than read.table()

mod - application/controllers/admin/export.php Diff File
mod - application/helpers/export_helper.php Diff File