? wrong_formid.patch
Index: vote_up_down.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/vote_up_down/vote_up_down.module,v
retrieving revision 1.13
diff -u -r1.13 vote_up_down.module
--- vote_up_down.module	22 Dec 2006 07:19:19 -0000	1.13
+++ vote_up_down.module	16 Feb 2007 11:51:49 -0000
@@ -134,7 +134,7 @@
  * Implementation of hook_form_alter().
  */
 function vote_up_down_form_alter($form_id, &$form) {
-  if ($form_id == 'userpoints_settings_form') {
+  if ($form_id == 'userpoints_settings') {
     $form['points']['userpoints_vote_up_down'] = array(
       '#type' => 'textfield',
       '#title' => t('Points for voting on a node (requires the Vote up/down module)'),
