Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
sucs-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua Anthony Morgan
sucs-site
Commits
54276e79
Commit
54276e79
authored
Sep 23, 2015
by
Justin Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the typos that can generate extra errors
parent
a4206f63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
components/signup.php
components/signup.php
+2
-2
No files found.
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
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