--- voting.module.old Tue Dec 12 18:25:39 2006 +++ voting.module Tue Dec 12 18:25:45 2006 @@ -56,7 +56,7 @@ function voting_settings() { '#options' => array(t('Display above the node'), t('Display below the node'), t('Do not display')), '#description' => t('Position of the voting control. Select "Do not display" if you are calling the voting module function directly from your theme and/or module code.'), ); - $form['general']['voting_location'] = array( + $form['general']['voting_show_in_teaser'] = array( '#type' => 'radios', '#title' => t('Show voting in teaser'), '#default_value' => variable_get('voting_show_in_teaser', 0),