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.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index c21aec25c..ce9886ed7 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2357,7 +2357,7 @@ function system_update_159() { function system_update_160() { $types = module_invoke('node', 'get_types'); if (is_array($types)) { - foreach($types as $type) { + foreach ($types as $type) { if (!is_array(variable_get("node_options_$type", array()))) { variable_set("node_options_$type", array()); } -- cgit v1.2.3