From 22827cc102c7245a39262842647e9305de686f21 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 17 Jul 2015 19:15:44 +1200 Subject: [PATCH] add enotice on our belt & braces protection fn --- CRM/Contact/BAO/Query.php | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.25.1