mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12958] Remove more references of subsilver2
PHPBB3-12958
This commit is contained in:
@@ -1689,7 +1689,7 @@ class install_update extends module
|
||||
// Get custom installed styles...
|
||||
$sql = 'SELECT style_name, style_path
|
||||
FROM ' . STYLES_TABLE . "
|
||||
WHERE LOWER(style_name) NOT IN ('subsilver2', 'prosilver')";
|
||||
WHERE LOWER(style_name) NOT IN ('prosilver')";
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
$templates = array();
|
||||
|
Reference in New Issue
Block a user