mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
hehehe... :(
git-svn-id: file:///svn/phpbb/trunk@7911 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6c40bcffed
commit
a1190544a7
1 changed files with 1 additions and 1 deletions
|
@ -1394,7 +1394,7 @@ class user extends session
|
||||||
|
|
||||||
$this->img_lang = (file_exists($phpbb_root_path . 'styles/' . $this->theme['imageset_path'] . '/imageset/' . $this->lang_name)) ? $this->lang_name : $config['default_lang'];
|
$this->img_lang = (file_exists($phpbb_root_path . 'styles/' . $this->theme['imageset_path'] . '/imageset/' . $this->lang_name)) ? $this->lang_name : $config['default_lang'];
|
||||||
|
|
||||||
$sql = 'SELECT image_name, image_name, image_lang, image_height, image_width
|
$sql = 'SELECT image_name, image_filename, image_lang, image_height, image_width
|
||||||
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
|
FROM ' . STYLES_IMAGESET_DATA_TABLE . '
|
||||||
WHERE imageset_id = ' . $this->theme['imageset_id'] . "
|
WHERE imageset_id = ' . $this->theme['imageset_id'] . "
|
||||||
AND image_lang IN('" . $db->sql_escape($this->img_lang) . "', '')";
|
AND image_lang IN('" . $db->sql_escape($this->img_lang) . "', '')";
|
||||||
|
|
Loading…
Add table
Reference in a new issue