Skip to content

Commit

Permalink
Dev Fixed some syntax not supported in older PHP.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jul 1, 2013
1 parent 11a6d9f commit b5787ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -30,7 +30,6 @@ protected function createFullQuestionIndex($LEMsessid, $surveyMode)

protected function createFullQuestionIndexByGroup($LEMsessid)
{
$iSurveyId = explode('_', $LEMsessid, 2)[1];
echo "\n\n<!-- PRESENT THE INDEX -->\n";
// echo '<script>';
// echo 'var session = '. json_encode($_SESSION) . ';';
Expand Down

0 comments on commit b5787ce

Please sign in to comment.