From c5cfcc9a74f4542fb23d31fbd56f5fb2923e9794 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Fri, 1 Sep 2017 17:30:18 -0500 Subject: [PATCH] Fix surveys reporting links - refs BT#13258 --- main/survey/reporting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/survey/reporting.php b/main/survey/reporting.php index 2e5c638501..2e2764eccf 100755 --- a/main/survey/reporting.php +++ b/main/survey/reporting.php @@ -196,7 +196,7 @@ if (!isset($_GET['action']) || null, ICON_SIZE_MEDIUM ).'

'.get_lang('DetailedReportByUser').'

'.get_lang('DetailedReportByUserDetail').'

', - $url.'action=comparativereport&survey_id='.$survey_id.'&'.$cidReq, + $url.'action=userreport&survey_id='.$survey_id.'&'.$cidReq, array('class' => 'list-group-item') ); @@ -218,7 +218,7 @@ if (!isset($_GET['action']) || null, ICON_SIZE_MEDIUM ).'

'.get_lang('CompleteReport').'

'.get_lang('CompleteReportDetail').'

', - $url.'action=comparativereport&survey_id='.$survey_id.'&'.$cidReq, + $url.'action=completereport&survey_id='.$survey_id.'&'.$cidReq, array('class' => 'list-group-item') );