--- select_old.inc 2010-10-18 09:20:54.000000000 +0200 +++ select.inc 2010-12-01 14:22:50.000000000 +0100 @@ -804,10 +804,10 @@ function _webform_select_options_callbac $options_args = array(); if (isset($info[$name]['options arguments'])) { - $arguments = $info[$name]['options arguments']; + $options_args = $info[$name]['options arguments']; } - return $function($component, $flat, $filter, $arguments); + return $function($component, $flat, $filter, $options_args); } }