[SUCS Devel] [Git][sucssite/sucs-site][master] 2 commits: Fix the typos that can generate extra errors
Justin Mitchell
arthur at sucs.org
Wed Sep 23 12:49:58 BST 2015
Justin Mitchell pushed to branch master at sucssite / sucs-site
Commits:
54276e79 by Justin Mitchell at 2015-09-23T12:47:43Z
Fix the typos that can generate extra errors
- - - - -
29cb5ed3 by Justin Mitchell at 2015-09-23T12:48:24Z
Merge branch 'master' of https://projects.sucs.org/sucssite/sucs-site
Fix a typo that makes it inherit an earlier error state and produce
erroneous error reports
- - - - -
1 changed file:
- components/signup.php
Changes:
=====================================
components/signup.php
=====================================
--- a/components/signup.php
+++ b/components/signup.php
@@ -325,7 +325,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
escapeshellarg($row[type]).
' 2>&1',
$execoutputarr,
- $ececreturn
+ $execreturn
);
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.$ececreturn,
+ $execoutputstr.$execreturn,
"From: \"SUCS Admin\" <admin at sucs.org>"
);
$failed=true;
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/55e0b224cf964ea9f9c6d44f6a8310afbad8ce02...29cb5ed36ebd6351a16fd4566094e5454fabf081
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20150923/5a42cd5f/attachment.html>
More information about the Devel
mailing list