--- new/content_taxonomy/content_taxonomy_views.module 2008-01-29 06:30:39.000000000 -0500 +++ content_taxonomy_views.module 2008-08-13 18:11:19.000000000 -0400 @@ -39,7 +39,7 @@ function content_taxonomy_views_views_ta if ($field['save'] != 'tag') { $db_info = content_database_info($field); - $tablename = $db_info['table']; + $tablename = 'content_taxonomy_'. $field['field_name']; $fieldname = $field['field_name'] .'_value'; $table['name'] = $db_info['table']; $table['join'] = array( @@ -326,4 +326,4 @@ function views_handler_filter_terms_by_p } -?> \ No newline at end of file +?>