trim the email address so you cant end up with an address like " " (blank spaces)

This commit is contained in:
james 2005-03-09 20:43:17 +00:00
parent 7e1321ee1d
commit 01a5028c48

View File

@ -105,6 +105,8 @@
send_header("Judges Registration");
$_POST['email']=trim($_POST['email']);
if($_POST['action']=="login" && ( $_POST['email'] || $_SESSION['email']) )
{
if($_POST['email'])