--- decisions.module.~1.139.~ 2006-11-09 18:15:33.000000000 -0500 +++ decisions.module 2006-11-09 18:17:40.000000000 -0500 @@ -201,17 +201,6 @@ '#default_value' => $choices ); - $form['choice']['morechoices'] = array( - '#type' => 'checkbox', - '#title' => t('Need more choices'), - '#default_value' => 0, - '#return_value' => 1, - '#prefix' => '
', - '#suffix' => '
', - '#description' => t("If the amount of boxes above isn't enough, check this box and click the Preview button below to add some more."), - '#weight' => 1 - ); - $form['choice'] = form_builder($node->type . '_node_form', $form['choice']); // Decisions choices