From 08c4feb67ecf757762c6c832e30f9428f153dff1 Mon Sep 17 00:00:00 2001
From: Tobias Birmili <tobias@birmili.com>
Date: Sun, 5 Jun 2011 20:11:08 +0200
Subject: [PATCH] fixed issue #1167286

---
 components/select.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/select.inc b/components/select.inc
index 801348a..64212b4 100644
--- a/components/select.inc
+++ b/components/select.inc
@@ -327,7 +327,7 @@ function _webform_render_select($component, $value = NULL, $filter = TRUE) {
     $element['#other'] = !empty($component['extra']['other_text']) ? check_plain($component['extra']['other_text']) : t('Other...');
     $element['#other_unknown_defaults'] = 'other';
     $element['#other_delimiter'] = ', ';
-    $element['#process'] = array('select_or_other_process', 'webform_expand_select_or_other');
+    $element['#process'] = array('select_or_other_element_process', 'webform_expand_select_or_other');
     if ($component['extra']['multiple']) {
       $element['#multiple'] = TRUE;
       $element['#select_type'] = 'checkboxes';
-- 
1.7.5.4

