diff -r 7c7920b65f42 -r 45ebe475ff75 includes/sessions.php --- a/includes/sessions.php Tue Jul 03 14:21:33 2007 -0400 +++ b/includes/sessions.php Thu Jul 05 10:37:36 2007 -0400 @@ -1396,7 +1396,7 @@ $db->free_result(); $user_id =& $row['user_id']; - $this->sql('INSERT INTO '.table_prefix.'user_extra(user_id) VALUES(' . $user_id . ');'); + $this->sql('INSERT INTO '.table_prefix.'users_extra(user_id) VALUES(' . $user_id . ');'); } // Require the account to be activated?