summaryrefslogtreecommitdiff
path: root/www/functions/func_register.php
diff options
context:
space:
mode:
authorHorus32014-03-17 18:03:21 +0100
committerHorus32014-03-17 18:03:21 +0100
commit889f10a8bea7105853ca505223dea1a1df07e0b9 (patch)
treee7b85a68bc4239184e47a492a1e0ac0a00b088d6 /www/functions/func_register.php
parent1c8afbfabc15a35f84290ca7320da0e9e373747e (diff)
downloadfiles.iamfabulous.de-889f10a8bea7105853ca505223dea1a1df07e0b9.tar.gz
func mkdir
Diffstat (limited to 'www/functions/func_register.php')
-rwxr-xr-xwww/functions/func_register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_register.php b/www/functions/func_register.php
index 026ac3b..be8c197 100755
--- a/www/functions/func_register.php
+++ b/www/functions/func_register.php
@@ -65,7 +65,7 @@ function register($db){
COMMIT;")
){
- $userid = user($db, $safe_name);
+ $userid = user_id($db, $safe_name);
$_SESSION["login"] = true;
$_SESSION["username"] = $name;