Skip to content

Commit e454282

Browse files
committed
remove unused variable
1 parent 8e81346 commit e454282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/libraries/NDB_BVL_Feedback.class.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class NDB_BVL_Feedback
513513
$qparams['CentID'] = implode(',', $user->getCenterIDs());
514514
}
515515

516-
$query .= " GROUP BY c.CandID, ft.Feedback_level, ft.SessionID";
516+
$query .= " GROUP BY c.CandID, c.PSCID, c.Ethnicity, c.Sex, s.ID, s.Visit_label, ft.Feedback_level, ft.SessionID";
517517
if (empty($this->_feedbackObjectInfo['CandID'])) {
518518
$query .= ", ft.CommentID";
519519
}

0 commit comments

Comments
 (0)