aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-10 18:22:12 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-10 18:22:12 +0000
commit4c4278ac8d5176d957c00edafb550d458b742ce7 (patch)
tree723019e781b2dada56a0e137547104e6909c0b8c /phpBB
parent687c45e26d7d3fd01779a23679e240c5c7baabd9 (diff)
downloadforums-4c4278ac8d5176d957c00edafb550d458b742ce7.tar
forums-4c4278ac8d5176d957c00edafb550d458b742ce7.tar.gz
forums-4c4278ac8d5176d957c00edafb550d458b742ce7.tar.bz2
forums-4c4278ac8d5176d957c00edafb550d458b742ce7.tar.xz
forums-4c4278ac8d5176d957c00edafb550d458b742ce7.zip
Without caching
git-svn-id: file:///svn/phpbb/trunk@3630 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index eeb7e53156..ea92d3809d 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -104,7 +104,7 @@ $sql = "SELECT group_name, group_colour, group_type
FROM " . GROUPS_TABLE . "
WHERE group_colour <> ''
AND group_display = 1";
-$result = $db->sql_query($sql, 120);
+$result = $db->sql_query($sql);
$legend = '';
while ($row = $db->sql_fetchrow($result))