1
0
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:
Paul S. Owen 2003-02-26 23:31:59 +00:00
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,