Clean up HTML and PHP, remove extranious checks for loggedin()
This commit is contained in:
@@ -50,7 +50,7 @@ if($confirmed)
|
||||
} else
|
||||
{
|
||||
//error
|
||||
echo "<p><b>Database Error!<br>".mysql_error()."</b></p>\n";
|
||||
echo "<p><b>Database Error!<br />".mysql_error()."</b></p>\n";
|
||||
}
|
||||
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user