mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
ha, the first one...
git-svn-id: file:///svn/phpbb/trunk@6437 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5284f32178
commit
aca3b8c5cf
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ function user_delete($mode, $user_id, $post_username = false)
|
|||
*/
|
||||
function user_active_flip($mode, $user_id_ary, $reason = INACTIVE_MANUAL)
|
||||
{
|
||||
global $config, $db, $user;
|
||||
global $config, $db, $user, $auth;
|
||||
|
||||
$deactivated = $activated = 0;
|
||||
$sql_statements = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue