Index: text.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cck/modules/text/Attic/text.module,v retrieving revision 1.95.2.26 diff -u -r1.95.2.26 text.module --- text.module 5 Nov 2008 19:40:19 -0000 1.95.2.26 +++ text.module 16 Jan 2009 08:12:35 -0000 @@ -132,8 +132,8 @@ $copy['filter']['handler'] = 'content_handler_filter_many_to_one'; unset($copy['field'], $copy['argument'], $copy['sort']); $data[$table_alias][$field['field_name'] .'_value_many_to_one'] = $copy; - // Argument : swap the handler to the 'many to one' operator. - $data[$table_alias][$field['field_name'] .'_value']['argument']['handler'] = 'content_handler_argument_many_to_one'; + // Argument: Add 'many to one' to the argument definition. + $data[$table_alias][$field['field_name'] .'_value']['argument']['many to one'] = TRUE; return $data; } }