[SUCS Devel] [Git][sucssite/sucs-site][master] It's not my morning...
Imran Hussain
imranh at sucs.org
Thu Oct 13 10:48:26 BST 2016
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
25dcc2dc by Imran Hussain at 2016-10-13T10:50:04+01:00
It's not my morning...
- - - - -
1 changed file:
- components/susignup.php
Changes:
=====================================
components/susignup.php
=====================================
--- a/components/susignup.php
+++ b/components/susignup.php
@@ -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"]);
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/25dcc2dcbe4bb4d5aa7a841ae732c3f0120207a0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20161013/7a865c58/attachment-0001.html>
More information about the Devel
mailing list