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

Remove extra "}"

parent 56d64cb6
No related branches found
No related tags found
No related merge requests found
<?php
// gib errars plox
//error_reporting(E_ALL);
//ini_set('display_errors', 1);
error_reporting(E_ALL);
ini_set('display_errors', 1);
// this is the php for sucs.org/susignup
......@@ -49,7 +49,6 @@ if(!empty($_REQUEST['sid'])&&!empty($_REQUEST['transactionID'])){
$mode = "form";
$smarty->assign("id",$signuptmpresult->fields["id"]);
$smarty->assign("pass",$signuptmpresult->fields["password"]);
}
// else if they aren't in the SUCS DB, then bootstrap signup process
} else if ($tmpresult->fields == false && $signuptmpresult->fields == false) {
$mode = "form";
......@@ -58,7 +57,6 @@ if(!empty($_REQUEST['sid'])&&!empty($_REQUEST['transactionID'])){
$id = $iddata->fields['id'];
$smarty->assign("id", $id);
$smarty->assign("pass", $pass);
{
} else {
// they should never get here
echo("fuck you");
......
......@@ -23,7 +23,7 @@
<div class="hollowfoot"><div><div></div></div></div>
</div>
</form>
{elseif $mode=='form' || $mode=="re-form"}
{elseif $mode=='form'}
<h1>Signup</h1>
<p>To contiune signup now click below</p>
<form action="{$baseurl}/signup/" method="post">
......@@ -37,5 +37,4 @@
<strong>Error: </strong> {$error_text}
</div>
An error occured during signup, please email, with as much information as you can provide, <a href='mailto:admin@sucs.org'>admin@sucs.org</a> for assistance.
{/if}
{/if}
\ No newline at end of file
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