From: Tim Otten Date: Tue, 6 Jan 2015 21:35:24 +0000 (-0800) Subject: INFRA-132 - extern/ - phpcbf X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=29317797730741c000f29349ff043ff165b030c9;p=civicrm-core.git INFRA-132 - extern/ - phpcbf --- diff --git a/extern/authorizeIPN.php b/extern/authorizeIPN.php index dd1da3833e..aac00a034c 100644 --- a/extern/authorizeIPN.php +++ b/extern/authorizeIPN.php @@ -48,4 +48,3 @@ catch(CRM_Core_Exception $e) { CRM_Core_Error::debug_var('REQUEST', $_REQUEST, TRUE, TRUE); echo "The transaction has failed. Please review the log for more detail"; } - diff --git a/extern/ipn.php b/extern/ipn.php index 2deb8218c1..f8fd101101 100644 --- a/extern/ipn.php +++ b/extern/ipn.php @@ -58,4 +58,3 @@ catch(CRM_Core_Exception $e) { //@todo give better info to logged in user - ie dev echo "The transaction has failed. Please review the log for more detail"; } - diff --git a/extern/url.php b/extern/url.php index 175235cc61..bb06f1eb2b 100644 --- a/extern/url.php +++ b/extern/url.php @@ -35,7 +35,7 @@ if (strlen($query_string) > 0) { $pieces = parse_url($url); if (isset($pieces['fragment'])) { - $url = str_replace('#' . $pieces['fragment'], '', $url); + $url = str_replace('#' . $pieces['fragment'], '', $url); } // Handle additional query string params.