mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9446 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -3228,7 +3228,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
|||||||
$select_bf = '';
|
$select_bf = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = "SELECT {$mode}_id, {$mode}_name, {$mode}_path, {$mode}_storedb, $select_bf
|
$sql = "SELECT {$mode}_id, {$mode}_name, {$mode}_path, {$mode}_storedb $select_bf
|
||||||
FROM $sql_from
|
FROM $sql_from
|
||||||
WHERE {$mode}_name = '" . $db->sql_escape($cfg_data['inherit_from']) . "'
|
WHERE {$mode}_name = '" . $db->sql_escape($cfg_data['inherit_from']) . "'
|
||||||
AND {$mode}_inherits_id = 0";
|
AND {$mode}_inherits_id = 0";
|
||||||
@@ -3252,6 +3252,7 @@ parse_css_file = {PARSE_CSS_FILE}
|
|||||||
{
|
{
|
||||||
$inherit_id = 0;
|
$inherit_id = 0;
|
||||||
$inherit_path = '';
|
$inherit_path = '';
|
||||||
|
$inherit_bf = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user