ha, the first one...

git-svn-id: file:///svn/phpbb/trunk@6437 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-10-03 20:28:59 +00:00
parent 5284f32178
commit aca3b8c5cf

View file

@ -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();