From 07297d606d209aa4d70d25fe9d72d80e1131c19e Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Sun, 16 Mar 2014 20:21:32 +0100 Subject: Added print_register --- www/functions/func_register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/functions/func_register.php') diff --git a/www/functions/func_register.php b/www/functions/func_register.php index 252467b..8321339 100755 --- a/www/functions/func_register.php +++ b/www/functions/func_register.php @@ -30,7 +30,7 @@ function register($db){ $test_key = $test_key_ar[0]; if (empty($test_status_ar) || $test_status_int != 0 || $test_key != $_POST["key"] || $test_key == ""){ - return REGISTER_PROHOBITED; + return REGISTER_PROHIBITED; } $id_db = $db->query("SELECT id FROM user WHERE email='" . $safe_email . "';"); -- cgit v1.2.3