Skip to content

Commit

Permalink
Merge pull request #257 from Jan-E/master
Browse files Browse the repository at this point in the history
Fixed #9398 - Include lastpage in export
  • Loading branch information
mennodekker committed Dec 15, 2014
2 parents 3174501 + c8d785c commit 045fc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/helpers/export_helper.php
Expand Up @@ -434,7 +434,8 @@ function SPSSFieldMap($iSurveyID, $prefix = 'V') {
$fieldtype = 'A';
$val_size = 255;
} elseif ($fieldname == 'lastpage') {
$hide = 1;
$fieldtype = 'F';
$val_size = 7; //Arbitrarilty restrict to 9,999,999 (7 digits) pages
}

#Get qid (question id)
Expand Down

0 comments on commit 045fc8f

Please sign in to comment.