From 41217c79446ccd54f805a4805af39507eb705133 Mon Sep 17 00:00:00 2001 From: solotandem Date: Wed, 5 Oct 2011 11:06:47 -0500 Subject: [PATCH] #918830: Remove unintended side effect and inability to save of date and time configuration changes when the Domain module is enabled. --- date_api.module | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/date_api.module b/date_api.module index 5835d3f..6e8bcdc 100644 --- a/date_api.module +++ b/date_api.module @@ -2530,7 +2530,6 @@ function date_api_form_system_date_time_settings_alter(&$form, $form_state, $for '#description' => t('IMPORTANT! If checked, First day of week MUST be set to Monday'), ); $form['#validate'][] = 'date_api_form_system_settings_validate'; - $form = system_settings_form($form); } /** -- 1.7.6.1