X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FBadge.php;h=6d35cab5fd1031a4300fc323ad850d55aa97129d;hb=b5b9c34111a85625f587173394b3f48f6d205083;hp=cb77e25ed0d873c85af4f196b368008d5bb28b34;hpb=d5cc0fc2b73ee915b099c24272e006af803fd8a4;p=civicrm-core.git diff --git a/CRM/Event/Badge.php b/CRM/Event/Badge.php index cb77e25ed0..6d35cab5fd 100644 --- a/CRM/Event/Badge.php +++ b/CRM/Event/Badge.php @@ -21,18 +21,18 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /* -* Copyright (C) 2010 Tech To The People -* Licensed to CiviCRM under the Academic Free License version 3.0. -* -*/ + * Copyright (C) 2010 Tech To The People + * Licensed to CiviCRM under the Academic Free License version 3.0. + * + */ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -171,7 +171,7 @@ class CRM_Event_Badge { } /** - * This is supposed to be overrided + * This is supposed to be overrided. */ public function generateLabel($participant) { $txt = "{$this->event['title']} @@ -208,4 +208,5 @@ class CRM_Event_Badge { } $this->pdf->Output($this->event->title . '.pdf', 'D'); } + }