Loading components/signup.php +1 −1 Original line number Diff line number Diff line Loading @@ -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]); Loading Loading
components/signup.php +1 −1 Original line number Diff line number Diff line Loading @@ -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]); Loading