From 45e1aa45c749a14b29f63f96971a984cd1c81578 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 4 Oct 2005 21:47:20 +0000 Subject: dumdidum git-svn-id: file:///svn/phpbb/trunk@5257 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/style.php') 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))) { -- cgit v1.2.1