mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
dumdidum
git-svn-id: file:///svn/phpbb/trunk@5257 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user