? 329390-php-4-break-phrase.patch
? 387448.views_.sticky-help.patch
? 442768-php-4-references-are-annoying.patch
? 484600-views-disable_live_preview_1_0.patch
? 536910-missing-keys-in-cache.patch
? 546586_0notEmpty-views2_1.patch
? 607418-ensure-additional-table-actually-ensured.patch
? 638004-views_handler_field_inc-7.patch
? 652742-self-tokens-called-too-late.patch
? 661676-better-notifications.patch
? 673852_views_check_perm_callback.patch
? 674772.views_.profile-cats.patch
? 675154-html-corrector.patch
? 713210-fix.patch
? 737118_views_delete_allow_cache_clear_skipping.patch
? compare_views_block_hash.patch
? date_argument_default.patch
? doc
? errors.patch
? fix-menu-notice.patch
? getting-started.html__0.patch
? getting_started.patch
? node-path2_1.patch
? shortphptags_0.patch
? taxonomy_views_data_v2.patch
? views-2-import.patch
? views-319991_0.patch
? views-329044_0.patch
? views-422434-5.patch
? views-455364_0.patch
? views-531686-install-6.patch
? views-552498-user_mail_argument.patch
? views-620046-1.patch
? views-629840.patch
? views-640862.patch
? views-651274_1_0.patch
? views-651274_1_0.patch.1
? views-652716.patch
? views-653628_0.patch
? views-657442.patch
? views-661676-5.patch
? views-662654-save_query.patch
? views-670308-DRUPAL-6--2.patch
? views-672864.patch
? views-673184-2.patch
? views-adv_help_bug.patch
? views-aggregator-description_0.patch
? views-cache-theme.patch
? views-date-offset-text.patch
? views-fix-default_views_comments.patch
? views-grid-last-row.patch
? views-node_language.patch
? views-node_revision_link.patch
? views-reset-button-label.patch
? views-rtl.diff
? views-sync-tab_preview.patch
? views-translation-fix.patch
? views.css_.diff
? views.issue455364_20100307.patch
? views.menu-existing_0.patch
? views_654738-3.patch
? views_ajax_patch_6_2_8_0_0.patch
? views_default_menu_choice.patch
? views_docs_typo_1_0.patch
? views_handle_external_table_aliases_w_str_replace_2.patch
? views_handler_field_2.patch
? views_handler_filter_string.inc_.patch
? views_namespaced_tabs_v2.patch
? views_overrides_20100227.patch
? views_process_dependency_once.patch
? views_rename_display-D6-3.x_0.patch
? views_user_picture.patch
? modules/search/views-view-row-search.tpl.php
? modules/user/views_handler_field_is_online.inc
Index: handlers/views_handler_field.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/handlers/views_handler_field.inc,v
retrieving revision 1.33.2.5
diff -u -p -r1.33.2.5 views_handler_field.inc
--- handlers/views_handler_field.inc	11 Mar 2010 00:53:01 -0000	1.33.2.5
+++ handlers/views_handler_field.inc	12 Mar 2010 20:47:40 -0000
@@ -94,6 +94,11 @@ class views_handler_field extends views_
           else {
             $table_alias = $this->table_alias;
           }
+          if (empty($table_alias)) {
+            vpr(t('Handler @handler tried to add additional_field @identifier but @table could not be added!', array('@handler' => $this->definition['handler'], '@identifier' => $identifier, '@table' => $info['table'])));
+            $this->aliases[$identifier] = 'broken';
+            continue;
+          }
           $this->aliases[$identifier] = $this->query->add_field($table_alias, $info['field']);
         }
         else {
