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

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

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

revision 1.97.4.1, Mon Nov 2 22:01:26 2009 UTC revision 1.97.4.2, Mon Nov 9 22:49:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: node.views.inc,v 1.93.2.5 2009/09/15 21:54:47 merlinofchaos Exp $  // $Id: node.views.inc,v 1.97.4.1 2009/11/02 22:01:26 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handlers for node.module   * Provide views data and handlers for node.module
# Line 416  function node_views_data() { Line 416  function node_views_data() {
416      'relationship' => array(      'relationship' => array(
417        'handler' => 'views_handler_relationship',        'handler' => 'views_handler_relationship',
418        'base' => 'users',        'base' => 'users',
419        'field' => 'uid',        'base field' => 'uid',
420        'label' => t('revision user'),        'label' => t('revision user'),
421      ),      ),
422    );    );

Legend:
Removed from v.1.97.4.1  
changed lines
  Added in v.1.97.4.2

  ViewVC Help
Powered by ViewVC 1.1.2