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

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

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

revision 1.9.6.1, Mon Nov 2 22:01:26 2009 UTC revision 1.9.6.2, Mon Nov 9 22:49:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: statistics.views.inc,v 1.9 2008/10/28 20:21:37 merlinofchaos Exp $  // $Id: statistics.views.inc,v 1.9.6.1 2009/11/02 22:01:26 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handlers for statistics.module   * Provide views data and handlers for statistics.module
# Line 206  function statistics_views_data() { Line 206  function statistics_views_data() {
206      'relationship' => array(      'relationship' => array(
207        'handler' => 'views_handler_relationship',        'handler' => 'views_handler_relationship',
208        'base' => 'users',        'base' => 'users',
209        'field' => 'uid',        'base field' => 'uid',
210       ),       ),
211    );    );
212    

Legend:
Removed from v.1.9.6.1  
changed lines
  Added in v.1.9.6.2

  ViewVC Help
Powered by ViewVC 1.1.2