Skip to content

Commit

Permalink
CRM-19447: Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
twomice committed Dec 28, 2016
1 parent 88c22fe commit 2699763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CRM/Activity/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ public static function whereClauseSingle(&$values, &$query) {
case 'activity_engagement_level':
case 'activity_id':
case 'activity_campaign_id':
// We no longer expect "subject" as a specific criteria (as of CRM-19447),
// but I'm leaving this case just to reduce the chance of introducing a
// regression.
// We no longer expect "subject" as a specific criteria (as of CRM-19447),
// but I'm leaving this case just to reduce the chance of introducing a
// regression.
case 'activity_subject':

$qillName = $name;
Expand Down

0 comments on commit 2699763

Please sign in to comment.