diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-03 20:28:59 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-03 20:28:59 +0000 |
commit | aca3b8c5cfc45538d09d496a954f39efa8c19eba (patch) | |
tree | da84291e6ddaeaeec221ef0944ccde9963ad2cf1 /phpBB/includes | |
parent | 5284f321789b5d0456b48a529ed59a99956020e8 (diff) | |
download | forums-aca3b8c5cfc45538d09d496a954f39efa8c19eba.tar forums-aca3b8c5cfc45538d09d496a954f39efa8c19eba.tar.gz forums-aca3b8c5cfc45538d09d496a954f39efa8c19eba.tar.bz2 forums-aca3b8c5cfc45538d09d496a954f39efa8c19eba.tar.xz forums-aca3b8c5cfc45538d09d496a954f39efa8c19eba.zip |
ha, the first one...
git-svn-id: file:///svn/phpbb/trunk@6437 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index b8b4c6a6dd..6178849cf5 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -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(); |