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

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

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

revision 1.5.6.1, Mon Nov 2 22:01:26 2009 UTC revision 1.5.6.2, Mon Nov 9 22:49:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: book.views.inc,v 1.5 2008/12/02 19:37:08 merlinofchaos Exp $  // $Id: book.views.inc,v 1.5.6.1 2009/11/02 22:01:26 merlinofchaos Exp $
3  /**  /**
4   * @file   * @file
5   * Provide views data and handlers for book.module   * Provide views data and handlers for book.module
# Line 31  function book_views_data() { Line 31  function book_views_data() {
31      'help' => t('The book the node is in.'),      'help' => t('The book the node is in.'),
32      'relationship' => array(      'relationship' => array(
33        'base' => 'node',        'base' => 'node',
34        'field' => 'bid',        'base field' => 'bid',
35        'handler' => 'views_handler_relationship',        'handler' => 'views_handler_relationship',
36        'label' => t('Book'),        'label' => t('Book'),
37      ),      ),
# Line 111  function book_views_data() { Line 111  function book_views_data() {
111      'help' => t('The parent book node.'),      'help' => t('The parent book node.'),
112      'relationship' => array(      'relationship' => array(
113        'base' => 'node',        'base' => 'node',
114        'field' => 'nid',        'base field' => 'nid',
115        'handler' => 'views_handler_relationship',        'handler' => 'views_handler_relationship',
116        'label' => t('Book parent'),        'label' => t('Book parent'),
117      ),      ),

Legend:
Removed from v.1.5.6.1  
changed lines
  Added in v.1.5.6.2

  ViewVC Help
Powered by ViewVC 1.1.2