From 71366a2ad279a1bb941c0bfa80505c1c8deecf84 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 24 Jan 2010 16:06:23 +0000 Subject: [PATCH] Let's remove this warning again, since it for example also works quite well with the topic_id. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10435 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/feed.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpBB/feed.php b/phpBB/feed.php index 4d1a6e94f1..1832efbc61 100644 --- a/phpBB/feed.php +++ b/phpBB/feed.php @@ -10,9 +10,6 @@ * MOD Author Profile: http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=345763 * MOD Author Homepage: http://www.mssti.com/phpbb3/ * -* Warning: Querying the posts table can be very expensive and time consuming on very large boards. -* Where possible post ids should be prefetched from another table using a separate query. -* **/ /**