mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10463] removed extra comma in malformed query in acp_styles.php
PHPBB3-10463
This commit is contained in:
parent
72eb1ad8cc
commit
a3e8d3b00b
1 changed files with 1 additions and 1 deletions
|
@ -2400,7 +2400,7 @@ version = {VERSION}
|
||||||
$select_bf = '';
|
$select_bf = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = "SELECT {$mode}_id, {$mode}_name, {$mode}_path, $select_bf
|
$sql = "SELECT {$mode}_id, {$mode}_name, {$mode}_path $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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue