/[drupal]/contributions/modules/views/modules/taxonomy.views.inc
ViewVC logotype

Diff of /contributions/modules/views/modules/taxonomy.views.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.50.2.6 by merlinofchaos, Wed Jul 1 06:13:42 2009 UTC revision 1.50.2.7 by merlinofchaos, Tue Nov 10 23:20:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: taxonomy.views.inc,v 1.50.2.5 2009/06/30 18:00:57 merlinofchaos Exp $  // $Id: taxonomy.views.inc,v 1.50.2.6 2009/07/01 06:13:42 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   *   *
# Line 203  function taxonomy_views_data() { Line 203  function taxonomy_views_data() {
203        'help' => t('Display all taxonomy terms associated with a node from specified vocabularies.'),        'help' => t('Display all taxonomy terms associated with a node from specified vocabularies.'),
204        'handler' => 'views_handler_field_term_node_tid',        'handler' => 'views_handler_field_term_node_tid',
205        'skip base' => 'term_data',        'skip base' => 'term_data',
206          'no group by' => TRUE,
207      ),      ),
208      'argument' => array(      'argument' => array(
209        'handler' => 'views_handler_argument_term_node_tid',        'handler' => 'views_handler_argument_term_node_tid',
# Line 265  function taxonomy_views_data() { Line 266  function taxonomy_views_data() {
266      'argument' => array(      'argument' => array(
267        'help' => t('The parent term of the term.'),        'help' => t('The parent term of the term.'),
268        'handler' => 'views_handler_argument_numeric',        'handler' => 'views_handler_argument_numeric',
269      ),      ),
270    );    );
271    
272    // ----------------------------------------------------------------------    // ----------------------------------------------------------------------

Legend:
Removed from v.1.50.2.6  
changed lines
  Added in v.1.50.2.7

  ViewVC Help
Powered by ViewVC 1.1.3