Skip to content

Commit

Permalink
Dev: removed the start_group logic
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 16, 2017
1 parent d899ee0 commit 396a18e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions application/helpers/SurveyRuntimeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,6 @@ public function run($surveyid,$args)

$redata = compact(array_keys(get_defined_vars()));
Yii::app()->setConfig('gid',$gid);// To be used in templaterplace in whole group. Attention : it's the actual GID (not the GID of the question)
/*
echo "\n\n<!-- START THE GROUP (in SurveyRunTime ) -->\n";
echo "\n\n<div id='group-$_gseq'";
*/

$aGroup['class'] = "";

Expand All @@ -408,8 +404,6 @@ public function run($surveyid,$args)

$aGroup['name'] = $gl['group_name'];
$aGroup['gseq'] = $_gseq;
// START GROUP
// echo templatereplace(file_get_contents($sTemplateViewPath."startgroup.pstpl"), array(), $redata);

$showgroupinfo_global_ = getGlobalSetting('showgroupinfo');
$aSurveyinfo = getSurveyInfo($surveyid);
Expand Down

0 comments on commit 396a18e

Please sign in to comment.