X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FPDF%2FUtils.php;h=0e9f00c6d8d14868531c9f73075bffec6b8431b2;hb=79a18c21d066b39f244726e5a6052176a763259b;hp=d20ef8cae1de21baf9afbeccf341f7dd77a51d79;hpb=13efab9dbba92f5234ad9e7615a505cf35a43d70;p=civicrm-core.git diff --git a/CRM/Utils/PDF/Utils.php b/CRM/Utils/PDF/Utils.php index d20ef8cae1..0e9f00c6d8 100644 --- a/CRM/Utils/PDF/Utils.php +++ b/CRM/Utils/PDF/Utils.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 | +--------------------------------------------------------------------+ -*/ + */ /** * @@ -405,4 +405,5 @@ class CRM_Utils_PDF_Utils { CRM_Core_Error::statusBounce("PDFlib Error: " . $excp->get_errmsg()); } } + }