Skip to content

Commit

Permalink
Fixed issue: SPSS data export corrupted
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 10, 2016
1 parent 2ca5955 commit 30e5664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/export.php
Expand Up @@ -461,7 +461,7 @@ public function exportspss()
}

$sNoAnswerValue = (isset($_POST['noanswervalue']) && $_POST['noanswervalue'] != '' )?'\''.$_POST['noanswervalue'].'\'':'';
SPSSExportData($iSurveyID, $iLength, $sNoAnswerValue, $sLanguage);
SPSSExportData($iSurveyID, $iLength, $sNoAnswerValue,'\'',false, $sLanguage);

exit;
}
Expand Down

0 comments on commit 30e5664

Please sign in to comment.