1
0
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:
David M
2007-04-09 05:10:00 +00:00
parent cbdaae5957
commit 8f0d7bf823
10 changed files with 34 additions and 34 deletions

View File

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