Skip to content
Snippets Groups Projects
Commit ff575957 authored by Imran Hussain's avatar Imran Hussain
Browse files

It's not my morning...

parent 8bf3ac4b
No related branches found
No related tags found
4 merge requests!70Tidy up branches (2/3),!69Tidy up branches (1/3),!67Sucs site,!61CI changes from live branch to beta
Pipeline #
......@@ -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"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment