From: Eileen McNaughton Date: Fri, 17 Jul 2015 07:15:44 +0000 (+1200) Subject: add enotice on our belt & braces protection fn X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=22827cc102c7245a39262842647e9305de686f21;p=civicrm-core.git add enotice on our belt & braces protection fn --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 562ed14e1c..58f7414c20 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -5190,6 +5190,7 @@ SELECT COUNT( conts.total_amount ) as cancel_count, // We could get away with keeping this in 4.6 if we make it such that it throws an enotice in 4.7 so // people have to de-slopify it. if (!empty($value[0])) { + $dragonPlace = $iAmAnIntentionalENoticeThatWarnsOfAProblemYouShouldReport; if (($queryString = CRM_Core_DAO::createSqlFilter($field, array($op => $value), $dataType)) != FALSE) { return $queryString; }