? 0001-Fixed-description-value-of-access-and-cache.patch ? 0001-no-style-settings-for-unformatted.patch ? 330956-fix-theme-information ? 411566-taxonomy-menu-weirdness.patch ? 511908-19.views_exposed_filter_double_escape.patch ? 593910-off-by-one.patch ? 607952-check-plain-queries.patch ? 622602-fix-missing-order-by.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-363516-unique-identifiers.patch ? views-376284.patch ? views-408894.patch ? views-420850.patch ? views-535424.patch ? views-561892.patch ? views-580320.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-trim-fix.patch ? views-user-picture-sort.patch ? views-views-embed-view-access-554016-2.patch ? views2-bug-623580.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_base_field.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_table.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views/plugins/views_plugin_style_table.inc,v retrieving revision 1.7 diff -u -p -r1.7 views_plugin_style_table.inc --- plugins/views_plugin_style_table.inc 30 Jun 2009 22:07:42 -0000 1.7 +++ plugins/views_plugin_style_table.inc 10 Nov 2009 19:27:45 -0000 @@ -28,7 +28,7 @@ class views_plugin_style_table extends v * Determine if we should provide sorting based upon $_GET inputs. */ function build_sort() { - if (!isset($_GET['order']) && $this->options['default'] == -1) { + if (!isset($_GET['order']) && $this->options['default'] == -1 || empty($this->view->field[$this->options['default']])) { return TRUE; }