Skip to content

Commit

Permalink
Dev: Comment out seed in fieldmap
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 1, 2016
1 parent a853c2b commit 5bbe5ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/common_helper.php
Expand Up @@ -1810,13 +1810,15 @@ function createFieldMap($surveyid, $style='short', $force_refresh=false, $questi
$fieldmap["startlanguage"]['group_name']="";
}

/*
$fieldmap['seed'] = array('fieldname' => 'seed', 'sid' => $surveyid, 'type' => 'seed', 'gid' => '', 'qid' => '', 'aid' => '');
if ($style == 'full')
{
$fieldmap["seed"]['title']="";
$fieldmap["seed"]['question']=gT("Seed");
$fieldmap["seed"]['group_name']="";
}
*/

//Check for any additional fields for this survey and create necessary fields (token and datestamp and ipaddr)
$prow = Survey::model()->findByPk($surveyid)->getAttributes(); //Checked
Expand Down

0 comments on commit 5bbe5ce

Please sign in to comment.