mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user