aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-01-24 16:06:23 +0000
committerAndreas Fischer <bantu@phpbb.com>2010-01-24 16:06:23 +0000
commit71366a2ad279a1bb941c0bfa80505c1c8deecf84 (patch)
treee94784eb1844839e69eeb624718f88b9ff70936c /phpBB/feed.php
parentc496d2561e07e456a30f61997fe397f8c7a9dfd7 (diff)
downloadforums-71366a2ad279a1bb941c0bfa80505c1c8deecf84.tar
forums-71366a2ad279a1bb941c0bfa80505c1c8deecf84.tar.gz
forums-71366a2ad279a1bb941c0bfa80505c1c8deecf84.tar.bz2
forums-71366a2ad279a1bb941c0bfa80505c1c8deecf84.tar.xz
forums-71366a2ad279a1bb941c0bfa80505c1c8deecf84.zip
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
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php3
1 files changed, 0 insertions, 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.
-*
**/
/**