X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fextensions%2Forg.civicrm.search.activity%2FActivitySearch.php;h=170e6539fd619a887740801e46e875ab7880bdfc;hb=HEAD;hp=f199c5056d021e20b9c6bbdcf76f18a56a77998e;hpb=fa92b4af1c4abf280689cea6445c7a9b99858831;p=civicrm-core.git diff --git a/tools/extensions/org.civicrm.search.activity/ActivitySearch.php b/tools/extensions/org.civicrm.search.activity/ActivitySearch.php index f199c5056d..170e6539fd 100644 --- a/tools/extensions/org.civicrm.search.activity/ActivitySearch.php +++ b/tools/extensions/org.civicrm.search.activity/ActivitySearch.php @@ -1,9 +1,9 @@ 'activity_subject', ts('Scheduled By') => 'source_contact', ts('Scheduled Date') => 'activity_date', - ts(' ') => 'activity_id', - ts(' ') => 'activity_type_id', - ts(' ') => 'case_id', + ' ' => 'activity_id', + ' ' => 'activity_type_id', + ' ' => 'case_id', ts('Location') => 'location', ts('Duration') => 'duration', ts('Details') => 'details', @@ -157,6 +157,12 @@ class org_civicrm_search_activityimplementsCRM_Contact_Form_Search_Interface { /** * Construct the search query + * @param int $offset + * @param int $rowcount + * @param null $sort + * @param bool $includeContactIDs + * @param bool $onlyIDs + * @return string */ function all($offset = 0, $rowcount = 0, $sort = NULL, $includeContactIDs = FALSE, $onlyIDs = FALSE