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

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

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

revision 1.32.2.2 by merlinofchaos, Mon Nov 2 23:25:10 2009 UTC revision 1.32.2.3 by merlinofchaos, Tue Nov 10 23:20:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment.views.inc,v 1.32.2.1 2009/09/15 16:48:47 merlinofchaos Exp $  // $Id: comment.views.inc,v 1.32.2.2 2009/11/02 23:25:10 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handlers for comment.module   * Provide views data and handlers for comment.module
# Line 389  function comment_views_data_alter(&$data Line 389  function comment_views_data_alter(&$data
389      'help' => t('The number of new comments on the node.'),      'help' => t('The number of new comments on the node.'),
390      'field' => array(      'field' => array(
391        'handler' => 'views_handler_field_node_new_comments',        'handler' => 'views_handler_field_node_new_comments',
392          'no group by' => TRUE,
393      ),      ),
394    );    );
395    

Legend:
Removed from v.1.32.2.2  
changed lines
  Added in v.1.32.2.3

  ViewVC Help
Powered by ViewVC 1.1.3