Skip to content

Commit

Permalink
Fixed issue #8150: Can not export a question, file is truncated to 40…
Browse files Browse the repository at this point in the history
…00 chars
  • Loading branch information
c-schmitz committed Sep 17, 2013
1 parent 1b44bd9 commit b721e0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/helpers/export_helper.php
Expand Up @@ -407,7 +407,7 @@ function SPSSFieldMap($iSurveyID, $prefix = 'V') {
$val_size = 1;
$hide = 0;
$export_scale = '';
$code='';
$code='';
$scale_id = null;
$aQuestionAttribs=array();

Expand Down Expand Up @@ -1586,7 +1586,6 @@ function questionExport($action, $iSurveyID, $gid, $qid)
questionGetXMLStructure($xml,$gid,$qid);
$xml->endElement(); // close columns
$xml->endDocument();
exit;
}

function questionGetXMLStructure($xml,$gid,$qid)
Expand Down

0 comments on commit b721e0d

Please sign in to comment.