Skip to content

Commit

Permalink
Fixed issue #7052: Survey ID is not imported from .lss file
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 9, 2012
1 parent 2787bbe commit da35ef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/helpers/admin/import_helper.php
Expand Up @@ -3502,6 +3502,10 @@ function XMLImportSurvey($sFullFilepath,$sXMLdata=NULL,$sNewSurveyName=NULL,$iDe
{
$insertdata['wishSID']=GetNewSurveyID($iDesiredSurveyId);
}
else
{
$insertdata['wishSID']=$iOldSID;
}

if ($iDBVersion<=143)
{
Expand Down

0 comments on commit da35ef1

Please sign in to comment.