mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
You'd think having spent as long as I have working on the session code I'd know how to use it ... well not in my universe ...
git-svn-id: file:///svn/phpbb/trunk@3558 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7e72e538b2
commit
1482ed4896
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ if (isset($_POST['submit']))
|
||||||
$db->sql_transaction();
|
$db->sql_transaction();
|
||||||
|
|
||||||
$sql_ary = array(
|
$sql_ary = array(
|
||||||
'user_ip' => $this->user_ip,
|
'user_ip' => $user->ip,
|
||||||
'user_regdate' => time(),
|
'user_regdate' => time(),
|
||||||
'username' => $username,
|
'username' => $username,
|
||||||
'user_password' => $password,
|
'user_password' => $password,
|
||||||
|
|
Loading…
Add table
Reference in a new issue