Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12038 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 13, 2012
1 parent a5b7284 commit 9088557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/import_helper.php
Expand Up @@ -3448,7 +3448,7 @@ function XMLImportSurvey($sFullFilepath,$sXMLdata=NULL,$sNewSurveyName=NULL,$iDe
{
$insertdata[(string)$key]=(string)$value;
}
if (!in_array($insertdata['language'],$aLanguagesSupported)) continue;
if (!in_array($insertdata['surveyls_language'],$aLanguagesSupported)) continue;

$insertdata['surveyls_survey_id']=$newsid;
if ($bTranslateInsertansTags)
Expand Down

0 comments on commit 9088557

Please sign in to comment.