Skip to content

Commit

Permalink
Fixed issue #13117: Statistics cannot be shown
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jan 9, 2018
1 parent 0f6b387 commit 7742e45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion application/helpers/admin/statistics_helper.php
Expand Up @@ -354,7 +354,6 @@ function buildSelects($allfields, $surveyid, $language)
)
) {
$firstletter = substr($pv, 0, 1);
}
/*
* these question types WON'T be handled here:
* M = Multiple choice
Expand Down Expand Up @@ -502,6 +501,7 @@ function buildSelects($allfields, $surveyid, $language)
}
}
}
}

return $selects;
}
Expand Down
2 changes: 0 additions & 2 deletions application/views/admin/super/layout_insurvey.php
Expand Up @@ -2,8 +2,6 @@

//All paths relative from /application/views

//headers will be generated with the template file /admin/super/header.php
$this->_showHeaders($aData);
//The adminmenu bar will be generated from /admin/super/adminmenu.php
$this->_showadminmenu($aData);

Expand Down

0 comments on commit 7742e45

Please sign in to comment.