aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-02-26 13:17:45 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-02-26 13:17:45 +0000
commitd95588823a7e2797fa3502ea145ca54689135a16 (patch)
tree927aa2b4faa6b3657eb4718b19c4df83cf8eac61 /phpBB/includes/functions_admin.php
parente295cab3043d1eafc3ab4344ab83dae171e058cc (diff)
downloadforums-d95588823a7e2797fa3502ea145ca54689135a16.tar
forums-d95588823a7e2797fa3502ea145ca54689135a16.tar.gz
forums-d95588823a7e2797fa3502ea145ca54689135a16.tar.bz2
forums-d95588823a7e2797fa3502ea145ca54689135a16.tar.xz
forums-d95588823a7e2797fa3502ea145ca54689135a16.zip
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
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php4
1 files changed, 2 insertions, 2 deletions
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)";