<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Justin Mitchell pushed to branch master at <a href="https://projects.sucs.org/sucssite/sucs-site">sucssite / sucs-site</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/54276e79ba0a9039c672aa1b0b5272ea344034d2">54276e79</a></strong>
<div>
<span>by Justin Mitchell</span>
<i>at 2015-09-23T12:47:43Z</i>
</div>
<pre class='commit-message'>Fix the typos that can generate extra errors</pre>
</li>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/29cb5ed36ebd6351a16fd4566094e5454fabf081">29cb5ed3</a></strong>
<div>
<span>by Justin Mitchell</span>
<i>at 2015-09-23T12:48:24Z</i>
</div>
<pre class='commit-message'>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</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
components/signup.php
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/sucssite/sucs-site/compare/55e0b224cf964ea9f9c6d44f6a8310afbad8ce02...29cb5ed36ebd6351a16fd4566094e5454fabf081#diff-0'>
<strong>
components/signup.php
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/components/signup.php
</span><span style="color: #000000;background-color: #ddffdd">+++ b/components/signup.php
</span><span style="color: #aaaaaa">@@ -325,7 +325,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
</span>                               escapeshellarg($row[type]).
                                    ' 2>&1',
                                    $execoutputarr,
-                                   $ececreturn
<span style="color: #000000;background-color: #ddffdd">+                                    $execreturn
</span>                       );
                            if($execreturn!=0){
                                 $execoutputstr=implode("\n",$execoutputarr);
<span style="color: #aaaaaa">@@ -333,7 +333,7 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
</span>                                 mail(
                                     $error_email,
                                     "Error adding user to mailing lists from signup id: ".$signupid,
<span style="color: #000000;background-color: #ffdddd">-                                    $execoutputstr.$ececreturn,
</span><span style="color: #000000;background-color: #ddffdd">+                                    $execoutputstr.$execreturn,
</span>                                     "From: \"SUCS Admin\" <admin@sucs.org>"
                                 );
                                 $failed=true;
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/sucssite/sucs-site/compare/55e0b224cf964ea9f9c6d44f6a8310afbad8ce02...29cb5ed36ebd6351a16fd4566094e5454fabf081">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://projects.sucs.org/sucssite/sucs-site/compare/55e0b224cf964ea9f9c6d44f6a8310afbad8ce02...29cb5ed36ebd6351a16fd4566094e5454fabf081"}}</script>
</p>
</div>
</body>
</html>