1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00
git-svn-id: file:///svn/phpbb/trunk@5257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-10-04 21:47:20 +00:00
parent 1981196e99
commit 45e1aa45c7
2 changed files with 5 additions and 4 deletions

View File

@@ -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)))
{