mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
- Firebird is people too! (Firebird works again)
- small style.php bug git-svn-id: file:///svn/phpbb/trunk@7308 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user