Skip to content

Commit

Permalink
Dev Export now adds LS version to file.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Sep 16, 2015
1 parent fc0bde9 commit 4a5e97b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/export_helper.php
Expand Up @@ -759,6 +759,7 @@ function surveyGetXMLData($iSurveyID, $exclude = array())
$xml->startElement('document');
$xml->writeElement('LimeSurveyDocType','Survey');
$xml->writeElement('DBVersion',\SettingGlobal::get("DBVersion"));
$xml->writeElement('version', App()->params['version']);
$xml->startElement('languages');
$languages = Survey::model()->findByPk($iSurveyID)->allLanguages;

Expand Down

0 comments on commit 4a5e97b

Please sign in to comment.