Loading components/susignup.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ if (!empty($_REQUEST['sid']) && !empty($_REQUEST['transactionID'])) { $smarty->assign("id", $signuptmpresult->fields["id"]); $smarty->assign("pass", $signuptmpresult->fields["password"]); // else if they aren't in the SUCS DB, then bootstrap signup process } else if ($tmpresult->fields == false && $signuptmpresult->fields == false) { } else if ($tmpresult->fields == false) { $mode = "form"; $pass = make_password(); $iddata = $sucsDB->Execute("insert into signup (password,sid,issuedby) values( ?, ?, ?) returning id", array($pass, $sid, "99999")); Loading Loading
components/susignup.php +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ if (!empty($_REQUEST['sid']) && !empty($_REQUEST['transactionID'])) { $smarty->assign("id", $signuptmpresult->fields["id"]); $smarty->assign("pass", $signuptmpresult->fields["password"]); // else if they aren't in the SUCS DB, then bootstrap signup process } else if ($tmpresult->fields == false && $signuptmpresult->fields == false) { } else if ($tmpresult->fields == false) { $mode = "form"; $pass = make_password(); $iddata = $sucsDB->Execute("insert into signup (password,sid,issuedby) values( ?, ?, ?) returning id", array($pass, $sid, "99999")); Loading