diff --git a/components/susignup-admin.php b/components/susignup-admin.php index bd342e5564c04b820e96dc34a4e062ba7f24387f..beb63c067ac5159d39364c39f8c6d3773f24bf77 100644 --- a/components/susignup-admin.php +++ b/components/susignup-admin.php @@ -130,7 +130,7 @@ if (isset($session->groups[$permission])) { $smarty->assign("error_text", "The user appears to have generated a signup ID using the SU Signup system (Slip ID: ".$id."), but the password for that slip can't be retrieved.<br />Request assistance."); } else if ($qres->fields['username'] !== NULL) { $mode="error"; - $smarth->assign("error_text", "This user appears to have completed signup, with username <strong>".$qres->fields['username']."</strong><br />Check that this user exists, and offer to reset their password if necessary."); + $smarty->assign("error_text", "This user appears to have completed signup, with username <strong>".$qres->fields['username']."</strong><br />Check that this user exists, and offer to reset their password if necessary."); } $pass = $qres->fields['password']; $smarty->assign('slipid', $id); @@ -290,10 +290,10 @@ if (isset($session->groups[$permission])) { $smarty->assign("matches", $matches); } } +$smarty->assign('renewables', get_renewable_members()); } -$smarty->assign('renewables', get_renewable_members()); $smarty->assign('title', 'SU Signup Admin'); $smarty->assign('mode', $mode); $body = $smarty->fetch("susignup-admin.tpl");