? 0001-Fixed-description-value-of-access-and-cache.patch
? 0001-no-style-settings-for-unformatted.patch
? 330956-fix-theme-information
? 511908-19.views_exposed_filter_double_escape.patch
? TODO.txt
? Views 3 TODO.txt
? api.txt
? book.txt
? clean-views-1-tables.patch
? contact-form.patch
? contact_link_access_2.patch
? doc
? fix-grouping-index-bug.patch
? grid-fix_3.patch
? jump-menu-styles.patch
? move-renders.patch
? netbeans
? node_language_handler.patch
? notice-fix.patch
? options[id]
? reorder-displays_5.patch
? sdboyer-relationship.patch
? test.php
? token
? views-376284.patch
? views-408894.patch
? views-420850.patch
? views-535424.patch
? views-561892.patch
? views-HEAD-table_preprocess_row_store.patch
? views-HEAD-table_preprocess_row_store.patch.1
? views-counter_row_index.patch
? views-hidden-options_0.patch
? views-language.patch
? views-remove_user_search.patch
? views-user-picture-sort.patch
? views-views-embed-view-access-554016-2.patch
? views2-export-should-be-ltr.patch
? views_HEAD_defaulted_handler_validation.patch
? views_arg_taxo_depth.patch
? views_argument_empty_text_attachment.patch
? views_feed_preview.patch
? views_handler_filter_in_operator-fix.patch
? views_handler_filter_node_access.patch
? views_table_first_last_classes_0.patch
? handlers/views-489888.patch
? modules/search/views-view-row-search.tpl.php
? modules/user/views_handler_field_is_online.inc
Index: plugins/views_plugin_style.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/plugins/views_plugin_style.inc,v
retrieving revision 1.8.2.3
diff -u -p -r1.8.2.3 views_plugin_style.inc
--- plugins/views_plugin_style.inc	28 Oct 2009 23:07:48 -0000	1.8.2.3
+++ plugins/views_plugin_style.inc	2 Nov 2009 19:24:42 -0000
@@ -198,7 +198,7 @@ class views_plugin_style extends views_p
             $grouping = $this->view->field[$grouping_field]->options['label'] . ': ' . $grouping;
           }
         }
-        $sets[$grouping][] = $row;
+        $sets[$grouping][$index] = $row;
       }
     }
     else {
