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

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

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

revision 1.1.2.8, Thu Nov 5 11:41:46 2009 UTC revision 1.1.2.9, Fri Nov 6 13:35:42 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rotor.views.inc,v 1.1.2.7 2009/05/03 10:14:02 mrfelton Exp $  // $Id: rotor.views.inc,v 1.1.2.8 2009/11/05 11:41:46 mrfelton Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 83  function rotor_views_data() { Line 83  function rotor_views_data() {
83      ),      ),
84    );    );
85    
86    $data['rotor_item']['rotor_image'] = array(    $data['rotor_item']['rotor_item_image'] = array(
87      'title' => t('Rotor Item image'),      'title' => t('Rotor Item image'),
88      'real field' => 'nid',      'real field' => 'nid',
89      'help' => t('Add a Rotor Item image as a field to this view.'),      'help' => t('Add a Rotor Item image as a field to this view.'),
# Line 92  function rotor_views_data() { Line 92  function rotor_views_data() {
92        'click sortable' => FALSE,        'click sortable' => FALSE,
93      ),      ),
94    );    );
95    $data['rotor_item']['url'] = array(    $data['rotor_item']['rotor_item_url'] = array(
96      'title' => t('Rotor Item link'),      'title' => t('Rotor Item link'),
97        'real field' => 'url',
98      'help' => t('Add a Rotor Item link as a field to this view.'),      'help' => t('Add a Rotor Item link as a field to this view.'),
99      'field' => array(      'field' => array(
100        'handler' => 'views_handler_field_url',        'handler' => 'views_handler_field_url',

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

  ViewVC Help
Powered by ViewVC 1.1.2