Skip to content

Commit

Permalink
Remove line that does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
braders committed Dec 29, 2022
1 parent 9547c0a commit 122040c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Activity/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public static function where(&$query) {
if ($query->_mode == CRM_Contact_BAO_Query::MODE_CONTACTS) {
$query->_useDistinct = TRUE;
}
$query->_params[$id][3];
self::whereClauseSingle($query->_params[$id], $query);
}
}
Expand Down

0 comments on commit 122040c

Please sign in to comment.