Skip to content

Commit

Permalink
Dev: Comment out seed in buildsurveysession
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 1, 2016
1 parent 5bbe5ce commit 1802837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/frontend_helper.php
Expand Up @@ -1063,7 +1063,7 @@ function buildsurveysession($surveyid,$preview=false)
$qtypes=getQuestionTypeList('','array');
$fieldmap=createFieldMap($surveyid,'full',true,false,$_SESSION['survey_'.$surveyid]['s_lang']);

$seed = ls\mersenne\getSeed($surveyid, $preview);
//$seed = ls\mersenne\getSeed($surveyid, $preview);

// Randomization groups for groups
list($fieldmap, $randomized1) = randomizationGroup($surveyid, $fieldmap, $preview);
Expand Down

0 comments on commit 1802837

Please sign in to comment.