Index: plugins/views_plugin_query_default.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/plugins/Attic/views_plugin_query_default.inc,v
retrieving revision 1.1.2.26
diff -u -r1.1.2.26 views_plugin_query_default.inc
--- plugins/views_plugin_query_default.inc	15 Nov 2010 23:45:31 -0000	1.1.2.26
+++ plugins/views_plugin_query_default.inc	30 Nov 2010 15:40:07 -0000
@@ -298,11 +298,8 @@
   }
 
   /**
-   * Add a table to the query, without ensuring the path.
-   *
-   * This function will test to ensure that the path back to the primary
-   * table is valid and exists; if you do not wish for this testing to
-   * occur, use $query->queue_table() instead.
+   * Add a table to the query without ensuring the path. If you require that this testing
+   * occur use $query->add_table() instead. 
    *
    * @param $table
    *   The name of the table to add. It needs to exist in the global table
