mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
A reworking of how we handle inactive users
git-svn-id: file:///svn/phpbb/trunk@6394 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -180,8 +180,10 @@ class ucp_profile
|
||||
$messenger->save_queue();
|
||||
|
||||
$sql_ary += array(
|
||||
'user_type' => USER_INACTIVE,
|
||||
'user_actkey' => $user_actkey
|
||||
'user_type' => USER_INACTIVE,
|
||||
'user_actkey' => $user_actkey,
|
||||
'user_inactive_reason' => INACTIVE_PROFILE,
|
||||
'user_inactive_time' => time(),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user