Move UPPER() from sql to php domain
[civicrm-core.git] / CRM / Activity / Selector / Search.php
index 8fb42783349f1787c51fd0fec04a8839a978f82f..0d9e36c5d156b789c413fb368eaee6ddb2d8b4d5 100644 (file)
@@ -431,7 +431,7 @@ class CRM_Activity_Selector_Search extends CRM_Core_Selector_Base implements CRM
    * @return mixed
    */
   public function alphabetQuery() {
-    return $this->_query->searchQuery(NULL, NULL, NULL, FALSE, FALSE, TRUE);
+    return $this->_query->alphabetQuery();
   }
 
   /**