From 9321ee109d2381c7def680d4f2e76eee688d6087 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 8 Nov 2006 19:24:11 +0000 Subject: - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code. --- modules/system/system.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 5291c0d9e..ddb6f0fd5 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1719,12 +1719,12 @@ function system_update_144() { } function system_update_145() { - $default_theme = variable_get('theme_default', 'bluemarine'); + $default_theme = variable_get('theme_default', 'garland'); $themes = list_themes(); if (!array_key_exists($default_theme, $themes)) { - variable_set('theme_default', 'bluemarine'); - $default_theme = 'bluemarine'; + variable_set('theme_default', 'garland'); + $default_theme = 'garland'; } $ret = array(); -- cgit v1.2.3