Bugfix 837143
This commit is contained in:
parent
963ce60854
commit
9ae955adf1
1 changed files with 1 additions and 1 deletions
|
|
@ -833,7 +833,7 @@ sub www_viewStatisticalOverview {
|
|||
$output = '<h1>'.WebGUI::International::get(58,$_[0]->get("namespace")).'</h1>';
|
||||
$output .= '<a href="'.WebGUI::URL::page('func=deleteAllResponses&wid='.$_[0]->get("wobjectId"))
|
||||
.'">'.WebGUI::International::get(73,$_[0]->get("namespace")).'</a><p/>';
|
||||
$p = WebGUI::Paginator->new(WebGUI::URL::page('op=viewStatisticalOverview'));
|
||||
$p = WebGUI::Paginator->new(WebGUI::URL::page('func=viewStatisticalOverview&wid='.$_[0]->get("wobjectId")));
|
||||
$p->setDataByQuery("select Survey_questionId,question,answerFieldType,allowComment from Survey_question
|
||||
where Survey_id=".$_[0]->get("Survey_id")." order by sequenceNumber");
|
||||
$questions = $p->getPageData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue