Skip to content

Commit

Permalink
Dev: commented createFieldMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 22, 2016
1 parent cfa8e90 commit 6e303cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -122,9 +122,8 @@ public function run($surveyid,$args)
if ($surveyExists < 1){
$this->renderNoMatchingSurvey($sTemplateViewPath, $redata);
}


createFieldMap($surveyid,'full',false,false,$_SESSION[$LEMsessid]['s_lang']);

// createFieldMap($surveyid,'full',false,false,$_SESSION[$LEMsessid]['s_lang']);

//GET GROUP DETAILS
if ($surveyMode == 'group' && $previewgrp){
Expand Down

0 comments on commit 6e303cb

Please sign in to comment.