X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGroup%2FForm%2FSearch.php;h=619dd2af1ce0a8acfea921429ca90f0376b5e73c;hb=fb59147c85cdddb66d69d5764d7f3241ba1766bb;hp=28140f4b10a7d7750633cb03634863207feb754a;hpb=9d29f5f8596366df6a6ae99b97029da639e03004;p=civicrm-core.git diff --git a/CRM/Group/Form/Search.php b/CRM/Group/Form/Search.php index 28140f4b10..619dd2af1c 100644 --- a/CRM/Group/Form/Search.php +++ b/CRM/Group/Form/Search.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,12 +23,12 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -80,12 +80,12 @@ class CRM_Group_Form_Search extends CRM_Core_Form { ); $this->addButtons(array( - array( - 'type' => 'refresh', - 'name' => ts('Search'), - 'isDefault' => TRUE, - ), - )); + array( + 'type' => 'refresh', + 'name' => ts('Search'), + 'isDefault' => TRUE, + ), + )); parent::buildQuickForm(); $this->assign('suppressForm', TRUE); @@ -108,4 +108,5 @@ class CRM_Group_Form_Search extends CRM_Core_Form { } } } + }