diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-06-09 11:35:34 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-06-09 11:35:34 +0000 |
commit | c80a4ee9027355745d6f66ea1f5f8693d8ff551f (patch) | |
tree | fa78893a503713be68639fdbc3e11e558f7c74e8 /phpBB/includes | |
parent | a7dd393ef155e10bf8f0a33c37dba5b2fb36b2c9 (diff) | |
download | forums-c80a4ee9027355745d6f66ea1f5f8693d8ff551f.tar forums-c80a4ee9027355745d6f66ea1f5f8693d8ff551f.tar.gz forums-c80a4ee9027355745d6f66ea1f5f8693d8ff551f.tar.bz2 forums-c80a4ee9027355745d6f66ea1f5f8693d8ff551f.tar.xz forums-c80a4ee9027355745d6f66ea1f5f8693d8ff551f.zip |
#27585
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8626 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 0ed93d4376..7188ebeb52 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -485,7 +485,7 @@ function user_delete($mode, $user_id, $post_username = false) break; } - $table_ary = array(USERS_TABLE, USER_GROUP_TABLE, TOPICS_WATCH_TABLE, FORUMS_WATCH_TABLE, ACL_USERS_TABLE, TOPICS_TRACK_TABLE, TOPICS_POSTED_TABLE, FORUMS_TRACK_TABLE, PROFILE_FIELDS_DATA_TABLE, MODERATOR_CACHE_TABLE); + $table_ary = array(USERS_TABLE, USER_GROUP_TABLE, TOPICS_WATCH_TABLE, FORUMS_WATCH_TABLE, ACL_USERS_TABLE, TOPICS_TRACK_TABLE, TOPICS_POSTED_TABLE, FORUMS_TRACK_TABLE, PROFILE_FIELDS_DATA_TABLE, MODERATOR_CACHE_TABLE, DRAFTS_TABLE, BOOKMARKS_TABLE); foreach ($table_ary as $table) { |