From dfd86399c07794db856ad3ad4007792057d6c689 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 2 Jan 2007 05:05:38 +0000 Subject: #106232 by chx. Add spaces for code style. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 9f97e553c..1ca3e90ea 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1050,7 +1050,7 @@ function system_initialize_theme_blocks($theme) { $default_theme = variable_get('theme_default', 'garland'); $regions = system_region_list($theme); $result = db_query("SELECT * FROM {blocks} WHERE theme = '%s'", $default_theme); - while($block = db_fetch_array($result)) { + while ($block = db_fetch_array($result)) { // If the region isn't supported by the theme, assign the block to the theme's default region. if (!array_key_exists($block['region'], $regions)) { $block['region'] = system_default_region($theme); -- cgit v1.2.3