INFRA-132 - extern/ - phpcbf
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 21:35:24 +0000 (13:35 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:07:46 +0000 (15:07 -0800)
extern/authorizeIPN.php
extern/ipn.php
extern/url.php

index dd1da3833e6a49342011c66fb29888803082bcb2..aac00a034c7eda4479f0e7f6098bbc14ad7d00ac 100644 (file)
@@ -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";
 }
-
index 2deb8218c1cff9a94a606d6e37457557376b4837..f8fd1011015441d2023b5e11ab6bf94482cd174b 100644 (file)
@@ -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";
 }
-
index 175235cc61441f7d80741084a5032c0af3d04c9a..bb06f1eb2b7419fff6f38a39bcd8b5d6b9295996 100644 (file)
@@ -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.