Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
925
Issues
925
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
Core
Commits
29317797
Commit
29317797
authored
Jan 06, 2015
by
totten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INFRA-132 - extern/ - phpcbf
parent
6c6e6187
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
extern/authorizeIPN.php
extern/authorizeIPN.php
+0
-1
extern/ipn.php
extern/ipn.php
+0
-1
extern/url.php
extern/url.php
+1
-1
No files found.
extern/authorizeIPN.php
View file @
29317797
...
...
@@ -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"
;
}
extern/ipn.php
View file @
29317797
...
...
@@ -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"
;
}
extern/url.php
View file @
29317797
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment