Skip to content

Commit

Permalink
Dev Fixed minor code issue reported by ronvdburg
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9159 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Sep 28, 2010
1 parent 9c8b489 commit 9294e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -2464,7 +2464,7 @@ function buildsurveysession()
$_SESSION['thistoken']=getTokenData($surveyid, $clienttoken);
}
$qtypes=getqtypelist('','array');
$fieldmap=createFieldMap($surveyid,'full','short',false,$_SESSION['s_lang']);
$fieldmap=createFieldMap($surveyid,'full',false,false,$_SESSION['s_lang']);
$_SESSION['fieldmap']=$fieldmap;
foreach ($fieldmap as $field)
{
Expand Down

0 comments on commit 9294e6f

Please sign in to comment.