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

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

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

revision 1.9.2.1 by merlinofchaos, Tue Sep 15 17:22:38 2009 UTC revision 1.9.2.2 by merlinofchaos, Tue Nov 10 23:20:05 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: profile.views.inc,v 1.9 2008/09/24 21:21:21 merlinofchaos Exp $  //$Id: profile.views.inc,v 1.9.2.1 2009/09/15 17:22:38 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handlers for user.module   * Provide views data and handlers for user.module
# Line 195  function profile_views_fetch_field($fiel Line 195  function profile_views_fetch_field($fiel
195          'help' => t('Profile freeform list %field-name.', array('%field-name' => $field->title)),          'help' => t('Profile freeform list %field-name.', array('%field-name' => $field->title)),
196          'field' => array(          'field' => array(
197            'handler' => 'views_handler_field_profile_list',            'handler' => 'views_handler_field_profile_list',
198              'no group by' => TRUE,
199          ),          ),
200          'filter' => array(          'filter' => array(
201            'handler' => 'views_handler_filter_string',            'handler' => 'views_handler_filter_string',

Legend:
Removed from v.1.9.2.1  
changed lines
  Added in v.1.9.2.2

  ViewVC Help
Powered by ViewVC 1.1.3