From 5b650f2c52ee9c42f6bf406da266b8ab635eb7c7 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Mon, 9 May 2005 09:03:53 +0000 Subject: [PATCH] Ratings table is no longer available in this version git-svn-id: file:///svn/phpbb/trunk@5146 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 989d34a287..013fc8a8c8 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -439,7 +439,7 @@ function delete_posts($where_type, $where_ids, $auto_sync = TRUE) $db->sql_transaction('begin'); - $table_ary = array(POSTS_TABLE, RATINGS_TABLE, REPORTS_TABLE, SEARCH_MATCH_TABLE); + $table_ary = array(POSTS_TABLE, REPORTS_TABLE, SEARCH_MATCH_TABLE); foreach ($table_ary as $table) {