Fix for Broken FAPI?

  1.   $node_types = node_get_types('names');
  2.   $form['tqf']['types'] = array(
  3.     '#title' => t('Nodes'),
  4.     '#type' => 'checkboxes',
  5.     '#options' => $node_types,
  6.     '#default_value' => isset($settings['types']) ? $settings['types'] : '',
  7.     '#description' => t('Select the node types which this block should provide.'),
  8.   );

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.