X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FBAO%2FQuery.php;h=6137a052487f38113af5aa8275ac844ca4fc8a3f;hb=28de42d1b345a8da4655488a693bce7b2b3ce563;hp=4a00fba788b4b82314e16ab825d6516ea22a7eb1;hpb=17d83a01db1059f95af45e3bd8898e353e52c02c;p=civicrm-core.git diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index 4a00fba788..6137a05248 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -55,7 +55,7 @@ class CRM_Event_BAO_Query { } /** - * Build select for CiviEvent + * Build select for CiviEvent. * * @param $query * @@ -457,7 +457,7 @@ class CRM_Event_BAO_Query { } /** - * Getter for the qill object + * Getter for the qill object. * * @return string */ @@ -603,4 +603,5 @@ class CRM_Event_BAO_Query { $tables = array_merge(array('civicrm_participant' => 1), $tables); } } + }