diff --git a/includes/signup.php b/includes/signup.php index f8f2030..e04aaec 100644 --- a/includes/signup.php +++ b/includes/signup.php @@ -4,7 +4,7 @@ include "../config.php"; $name = $_GET['contact_name']; $email = $_GET['email_address']; $username = $_GET['username']; -$interests = $_GET['interest']; +$interest = $_GET['interest']; $pubkey = $_GET['pubkey']; $tv = $_GET['tv'];