diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-06-09 11:36:17 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-06-09 11:36:17 +0000 |
commit | d0140a096cb5b0df2bd712e8b044920658b7af1b (patch) | |
tree | bf76a63237ac170dcaf61769c47138008a2074e7 /phpBB/includes/functions_user.php | |
parent | fc126eec663183279dfbb50b99eece2ee2872993 (diff) | |
download | forums-d0140a096cb5b0df2bd712e8b044920658b7af1b.tar forums-d0140a096cb5b0df2bd712e8b044920658b7af1b.tar.gz forums-d0140a096cb5b0df2bd712e8b044920658b7af1b.tar.bz2 forums-d0140a096cb5b0df2bd712e8b044920658b7af1b.tar.xz forums-d0140a096cb5b0df2bd712e8b044920658b7af1b.zip |
merge
git-svn-id: file:///svn/phpbb/trunk@8627 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-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 e32a88f1dc..67266a5ec9 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -484,7 +484,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) { |