Loading components/susignup.php +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ if (!empty($_REQUEST['sid']) && !empty($_REQUEST['transactionID'])) { // let them know that their account has been renewed message_flash("Your SUCS account has been renewed."); // else if they aren't in the SUCS DB but have a signup slip, take them back to that part of signup } else if ($tmpresult->fields == false && $signuptmpresult->fields["sid"] == $sid && $signuptmpresult->fields["activated"] != NULL) { } else if ($tmpresult->fields == false && $signuptmpresult->fields["sid"] == $sid && $signuptmpresult->fields["activated"] == NULL) { $mode = "form"; $smarty->assign("id", $signuptmpresult->fields["id"]); $smarty->assign("pass", $signuptmpresult->fields["password"]); Loading Loading
components/susignup.php +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ if (!empty($_REQUEST['sid']) && !empty($_REQUEST['transactionID'])) { // let them know that their account has been renewed message_flash("Your SUCS account has been renewed."); // else if they aren't in the SUCS DB but have a signup slip, take them back to that part of signup } else if ($tmpresult->fields == false && $signuptmpresult->fields["sid"] == $sid && $signuptmpresult->fields["activated"] != NULL) { } else if ($tmpresult->fields == false && $signuptmpresult->fields["sid"] == $sid && $signuptmpresult->fields["activated"] == NULL) { $mode = "form"; $smarty->assign("id", $signuptmpresult->fields["id"]); $smarty->assign("pass", $signuptmpresult->fields["password"]); Loading