From a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 24 May 2009 17:39:35 +0000 Subject: - Patch #471070 by stella: millions of code style fixes. --- modules/aggregator/aggregator.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/aggregator/aggregator.admin.inc') diff --git a/modules/aggregator/aggregator.admin.inc b/modules/aggregator/aggregator.admin.inc index bd218e6b6..111ff821e 100644 --- a/modules/aggregator/aggregator.admin.inc +++ b/modules/aggregator/aggregator.admin.inc @@ -55,7 +55,7 @@ function aggregator_view() { function aggregator_form_feed(&$form_state, stdClass $feed = NULL) { $period = drupal_map_assoc(array(900, 1800, 3600, 7200, 10800, 21600, 32400, 43200, 64800, 86400, 172800, 259200, 604800, 1209600, 2419200), 'format_interval'); $period[0] = t('Never'); - + $form['title'] = array('#type' => 'textfield', '#title' => t('Title'), '#default_value' => isset($feed->title) ? $feed->title : '', @@ -458,7 +458,7 @@ function aggregator_admin_form($form_state) { '#default_value' => variable_get('aggregator_processors', array('aggregator')), ); } - if (count($basic_conf)) { + if (count($basic_conf)) { $form['basic_conf'] = array( '#type' => 'fieldset', '#title' => t('Basic configuration'), -- cgit v1.2.3