mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 13:35:13 +02: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
@ -270,7 +270,7 @@ if (isset($_POST['submit']))
|
||||
$db->sql_transaction();
|
||||
|
||||
$sql_ary = array(
|
||||
'user_ip' => $this->user_ip,
|
||||
'user_ip' => $user->ip,
|
||||
'user_regdate' => time(),
|
||||
'username' => $username,
|
||||
'user_password' => $password,
|
||||
|
Loading…
x
Reference in New Issue
Block a user