[SUCS Devel] [Git][sucssite/sucs-site][master] 2 commits: Fix retrieving student number

Imran Hussain imranh at sucs.org
Wed Sep 27 12:36:51 BST 2017


Imran Hussain pushed to branch master at sucssite / sucs-site


Commits:
fbac2096 by Kit Manners at 2017-09-27T12:30:00+01:00
Fix retrieving student number
- - - - -
2b0cf0ed by Imran Hussain at 2017-09-27T12:36:55+01:00
Merge branch 'gigosaurus/sucs-site-patch-1'

- - - - -


1 changed file:

- components/signup.php


Changes:

=====================================
components/signup.php
=====================================
--- a/components/signup.php
+++ b/components/signup.php
@@ -52,7 +52,7 @@ if (isset($_REQUEST['signupid']) && isset($_REQUEST['signuppw'])) {
             $smarty->assign("signuppw", $signuppw);
             // pass on the student id if it exists
             if (isset($_REQUEST['signupsid'])) {
-                $smarty->assign("signupsid", $signupsid);
+                $smarty->assign("signupsid", $_REQUEST['signupsid']);
             }
             $smarty->assign("overridable", $overridable);
             $smarty->assign("usertype", $row[type]);



View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/3eb75c79ec5dca889b3baac4a7142796dfa3ac06...2b0cf0ed9426f05f79a9feb6289bf326296a464c

---
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/3eb75c79ec5dca889b3baac4a7142796dfa3ac06...2b0cf0ed9426f05f79a9feb6289bf326296a464c
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20170927/4bb8ae30/attachment.html>


More information about the Devel mailing list