X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGroup%2FForm%2FSearch.php;h=619dd2af1ce0a8acfea921429ca90f0376b5e73c;hb=fb59147c85cdddb66d69d5764d7f3241ba1766bb;hp=999adbe8e2257ca07aec94678ff2f07fd9e5ad6f;hpb=00be918220e9ac8f6d25d12ed3c9c49fddd07ff7;p=civicrm-core.git diff --git a/CRM/Group/Form/Search.php b/CRM/Group/Form/Search.php index 999adbe8e2..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,5 +108,5 @@ class CRM_Group_Form_Search extends CRM_Core_Form { } } } -} +}