From d95588823a7e2797fa3502ea145ca54689135a16 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 26 Feb 2003 13:17:45 +0000 Subject: only minor changes, some notes, played around with the code... nothing special. git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/functions_admin.php') diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index fed171e5a8..34b9a9d108 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -232,9 +232,9 @@ function prune($forum_id, $prune_date, $sql_topics = '') $pruned_posts = $db->sql_affectedrows(); - $sql = "DELETE FROM " . POSTS_TEXT_TABLE . " +/* $sql = "DELETE FROM " . POSTS_TEXT_TABLE . " WHERE post_id IN ($sql_posts)"; - $db->sql_query($sql); + $db->sql_query($sql);*/ $sql = "DELETE FROM " . SEARCH_MATCH_TABLE . " WHERE post_id IN ($sql_posts)"; -- cgit v1.2.1