diff options
| author | oweissbarth | 2014-03-16 20:21:32 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-16 20:21:32 +0100 |
| commit | 07297d606d209aa4d70d25fe9d72d80e1131c19e (patch) | |
| tree | deb2e29ecf8cfeb23dd743b2d82e4e4d5886b91f /www/functions/func_register.php | |
| parent | 387a724ccc6eee67deeba93d3021cf3fde7f3730 (diff) | |
| download | files.iamfabulous.de-07297d606d209aa4d70d25fe9d72d80e1131c19e.tar.gz | |
Added print_register
Diffstat (limited to 'www/functions/func_register.php')
| -rwxr-xr-x | www/functions/func_register.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 . "';"); |
