mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
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
This commit is contained in:
@@ -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)";
|
||||
|
Reference in New Issue
Block a user