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

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

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

revision 1.56.2.4 by merlinofchaos, Tue Sep 15 17:28:42 2009 UTC revision 1.56.2.5 by merlinofchaos, Tue Nov 10 23:20:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: user.views.inc,v 1.56.2.3 2009/06/25 22:54:34 merlinofchaos Exp $  //$Id: user.views.inc,v 1.56.2.4 2009/09/15 17:28:42 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handlers for user.module   * Provide views data and handlers for user.module
# Line 275  function user_views_data() { Line 275  function user_views_data() {
275      'help' => t('Roles that a user belongs to.'),      'help' => t('Roles that a user belongs to.'),
276      'field' => array(      'field' => array(
277        'handler' => 'views_handler_field_user_roles',        'handler' => 'views_handler_field_user_roles',
278          'no group by' => TRUE,
279      ),      ),
280      'filter' => array(      'filter' => array(
281        'handler' => 'views_handler_filter_user_roles',        'handler' => 'views_handler_filter_user_roles',

Legend:
Removed from v.1.56.2.4  
changed lines
  Added in v.1.56.2.5

  ViewVC Help
Powered by ViewVC 1.1.3