mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-15 21:44:56 +01:00
intentional?
git-svn-id: file:///svn/phpbb/trunk@4880 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
570ff85f7c
commit
67d2ac3667
@ -191,7 +191,7 @@ class ucp_register extends module
|
||||
'user_regdate' => time(),
|
||||
);
|
||||
|
||||
echo $sql = 'INSERT INTO ' . USERS_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_ary);
|
||||
$sql = 'INSERT INTO ' . USERS_TABLE . ' ' . $db->sql_build_array('INSERT', $sql_ary);
|
||||
$db->sql_query($sql);
|
||||
|
||||
$user_id = $db->sql_nextid();
|
||||
|
Loading…
x
Reference in New Issue
Block a user