Index: includes/views/handlers/content_handler_field_multiple.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/includes/views/handlers/Attic/content_handler_field_multiple.inc,v
retrieving revision 1.1.2.22
diff -u -r1.1.2.22 content_handler_field_multiple.inc
--- includes/views/handlers/content_handler_field_multiple.inc	22 Jul 2009 20:45:17 -0000	1.1.2.22
+++ includes/views/handlers/content_handler_field_multiple.inc	25 Apr 2010 14:08:15 -0000
@@ -122,7 +122,7 @@
     $this->field_alias = $this->aliases['vid'];
   }
 
-  function pre_render($values) {
+  function pre_render(&$values) {
     // If there are no values to render (displaying a summary, or query returned no results),
     // or if this is not a grouped field, do nothing specific.
     if (isset($this->view->build_info['summary']) || empty($values) || !$this->defer_query) {