X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FContact%2FBAO%2FQuery.php;h=c94278081f89b48bf998b5ec79122ea8338406ab;hb=5c692063e75ce1897510ed20264923b82439ac3e;hp=cdde954b26e77b95dece6dfe61a667c7f40d4dff;hpb=5b51bc7745708d4a583a350255bf23720b04b970;p=civicrm-core.git diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index cdde954b26..c94278081f 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -3984,7 +3984,7 @@ WHERE $smartGroupClause */ public function modifiedDates($values) { $this->_useDistinct = TRUE; - + CRM_Core_Error::deprecatedWarning('function should not be reachable'); // CRM-11281, default to added date if not set $fieldTitle = ts('Added Date'); $fieldName = 'created_date';