aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-10-04 21:47:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-10-04 21:47:20 +0000
commit45e1aa45c749a14b29f63f96971a984cd1c81578 (patch)
treecc659d42cfa78788f1911ad62b10cbaf6d5ef5ab /phpBB/style.php
parent1981196e99a84e1ad1f8e817f74bda730ba6fe88 (diff)
downloadforums-45e1aa45c749a14b29f63f96971a984cd1c81578.tar
forums-45e1aa45c749a14b29f63f96971a984cd1c81578.tar.gz
forums-45e1aa45c749a14b29f63f96971a984cd1c81578.tar.bz2
forums-45e1aa45c749a14b29f63f96971a984cd1c81578.tar.xz
forums-45e1aa45c749a14b29f63f96971a984cd1c81578.zip
dumdidum
git-svn-id: file:///svn/phpbb/trunk@5257 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/style.php')
-rw-r--r--phpBB/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/style.php b/phpBB/style.php
index a402792e14..eff6566c55 100644
--- a/phpBB/style.php
+++ b/phpBB/style.php
@@ -66,7 +66,7 @@ if (!empty($_GET['id']) && !empty($_GET['sid']))
AND t.template_id = s.template_id
AND c.theme_id = s.theme_id
AND i.imageset_id = s.imageset_id";
- $result2 = $db->sql_query($sql);
+ $result2 = $db->sql_query($sql, 300);
if (!($theme = $db->sql_fetchrow($result2)))
{