mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00:00
intentional?
git-svn-id: file:///svn/phpbb/trunk@4880 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
570ff85f7c
commit
67d2ac3667
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue