1
0
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:
Joas Schilling
2014-08-10 12:17:03 +02:00
parent 8c40574049
commit 59780bbd09
10 changed files with 9 additions and 144 deletions

View File

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