From e6759790919d06d807eeb5546841a5a09cf3a4d6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 13 Apr 2007 08:56:59 +0000 Subject: - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 1ca4fa194..b9c83c3ab 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -355,7 +355,7 @@ function system_user($type, $edit, &$user, $category = NULL) { if (variable_get('configurable_timezones', 1)) { $zones = _system_zonelist(); $form['timezone'] = array( - '#type'=>'fieldset', + '#type' => 'fieldset', '#title' => t('Locale settings'), '#weight' => 6, '#collapsible' => TRUE, -- cgit v1.2.3