Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dev: got statistics working again, almost in sync with 2.0 if somethi…
…ng is missing let me know
  • Loading branch information
mennodekker committed Nov 2, 2012
1 parent 4df76b4 commit 45414bd
Show file tree
Hide file tree
Showing 4 changed files with 2,868 additions and 2,918 deletions.
2 changes: 1 addition & 1 deletion application/controllers/Statistics_userController.php
Expand Up @@ -273,7 +273,7 @@ function actionAction($surveyid,$language)
} // end foreach -> loop through all questions

$helper = new statistics_helper();
$statisticsoutput .= $helper->generate_statistics($iSurveyID, $summary, $summary, $publicgraphs, 'html', null,$language,false);
$statisticsoutput .= $helper->generate_statistics($iSurveyID, $summary, $publicgraphs, 'html', null,$language,false);

} //end if -> show summary results

Expand Down

0 comments on commit 45414bd

Please sign in to comment.