From 1df3ccc836a6394c2ddae3c058247b074e4b1343 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 21 Oct 2006 15:11:01 +0000 Subject: [PATCH] #4876 git-svn-id: file:///svn/phpbb/trunk@6514 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 8f7aa4d78d..9606c493f2 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -253,7 +253,7 @@ function user_add($user_row, $cp_data = false) */ function user_delete($mode, $user_id, $post_username = false) { - global $config, $db, $user, $auth; + global $cache, $config, $db, $user, $auth; global $phpbb_root_path, $phpEx; $db->sql_transaction('begin');