Skip to content

Commit

Permalink
Dev Moved the survey import code for the old format to a function
Browse files Browse the repository at this point in the history
Dev Changed column naming for XML export format


git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8599 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Apr 15, 2010
1 parent 2a80a7d commit b9077ee
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 189 deletions.
2 changes: 1 addition & 1 deletion admin/export_data_functions.php
Expand Up @@ -483,7 +483,7 @@ function BuildXMLFromQuery($xmlwriter, $Query)
$xmlwriter->startElement('row');
foreach ($Row as $Key=>$Value)
{
$xmlwriter->startElement('data');
$xmlwriter->startElement($Key);
$xmlwriter->writeCData($Value);
$xmlwriter->endElement();
}
Expand Down

0 comments on commit b9077ee

Please sign in to comment.