--- forward.module.bk	2006-07-25 10:01:50.000000000 -0700
+++ forward.module	2006-07-28 08:19:15.000000000 -0700
@@ -691,17 +691,14 @@ function forward_block($op = 'list', $de
         'allTime' => t('Most Emailed of All Time'),
         'recent' => t('Most Recently Emailed')
       );
-	    $form['forward_block_type'] = array(
+      $form['forward_block_type'] = array(
         '#type' => 'radios',
         '#title' => t('Block Type'),
         '#default_value' => variable_get('forward_block_type', " "),
         '#options' => $block_options,
         '#description' => t('Choose the block type'),
-        '#required' => NULL,
-        '#attributes' => TRUE,
       );
-      $output = drupal_get_form('forward_block', $form);
-      return $output;
+      return $form;
     case 'save':
       variable_set('forward_block_type', $edit['forward_block_type']);
       break;
