aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/style.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-04-09 05:10:00 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-04-09 05:10:00 +0000
commit8f0d7bf823487e7550b9c3905bc7d1713ac1b859 (patch)
treee17b56c5c1bb98faabcdb3a0b9412d454b9f7b8c /phpBB/style.php
parentcbdaae59574e916db4bfa588f70af637e6dea6b4 (diff)
downloadforums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.gz
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.bz2
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.tar.xz
forums-8f0d7bf823487e7550b9c3905bc7d1713ac1b859.zip
- Firebird is people too! (Firebird works again)
- small style.php bug git-svn-id: file:///svn/phpbb/trunk@7308 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 433a41e3e9..7a2ed500c6 100644
--- a/phpBB/style.php
+++ b/phpBB/style.php
@@ -92,7 +92,7 @@ if ($id && $sid)
$sql = 'SELECT *
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
- WHERE imageset_id = ' . $id . "
+ WHERE imageset_id = ' . $theme['imageset_id'] . "
AND image_lang IN('" . $db->sql_escape($user['user_lang']) . "', '')";
$result = $db->sql_query($sql, 3600);