Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Callum Massey
sucs-site
Commits
54276e79
Commit
54276e79
authored
Sep 23, 2015
by
Justin Mitchell
Browse files
Fix the typos that can generate extra errors
parent
a4206f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/signup.php
View file @
54276e79
...
...
@@ -325,7 +325,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
escapeshellarg
(
$row
[
type
])
.
' 2>&1'
,
$execoutputarr
,
$e
c
ecreturn
$e
x
ecreturn
);
if
(
$execreturn
!=
0
){
$execoutputstr
=
implode
(
"
\n
"
,
$execoutputarr
);
...
...
@@ -333,7 +333,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
mail
(
$error_email
,
"Error adding user to mailing lists from signup id: "
.
$signupid
,
$execoutputstr
.
$e
c
ecreturn
,
$execoutputstr
.
$e
x
ecreturn
,
"From:
\"
SUCS Admin
\"
<admin@sucs.org>"
);
$failed
=
true
;
...
...
Write
Preview
Supports
Markdown
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