X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FForm%2FGroupContact.php;h=ff29a60134aa269c056bd9b0c9358d3887f7e062;hb=cda772aae0c600de9033d3360dfde772a2a78f64;hp=a03cb9e9aae8a3171bbfe909fddcc02b643565b9;hpb=9be325026b3c7e0f123f312d591949d0256e1fd3;p=civicrm-core.git diff --git a/CRM/Contact/Form/GroupContact.php b/CRM/Contact/Form/GroupContact.php index a03cb9e9aa..ff29a60134 100644 --- a/CRM/Contact/Form/GroupContact.php +++ b/CRM/Contact/Form/GroupContact.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -60,7 +60,7 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { } /** - * Build the form object + * Build the form object. * * @return void */ @@ -139,4 +139,5 @@ class CRM_Contact_Form_GroupContact extends CRM_Core_Form { CRM_Core_Session::setStatus(ts("Contact has been added to '%1'.", array(1 => $groups[$groupId])), ts('Added to Group'), 'success'); } } + }