/[drupal]/contributions/modules/votingapi/views/votingapi_views_handler_relationship.inc
ViewVC logotype

Diff of /contributions/modules/votingapi/views/votingapi_views_handler_relationship.inc

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

revision 1.1.2.6, Tue Jul 7 03:51:12 2009 UTC revision 1.1.2.7, Wed Jul 8 15:55:34 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: votingapi_views_handler_relationship.inc,v 1.1.2.5 2009/06/24 19:52:37 eaton Exp $  // $Id: votingapi_views_handler_relationship.inc,v 1.1.2.6 2009/07/07 03:51:12 eaton Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 162  class votingapi_views_handler_relationsh Line 162  class votingapi_views_handler_relationsh
162      $def = $this->definition;      $def = $this->definition;
163      $def['table'] = $this->definition['base'];      $def['table'] = $this->definition['base'];
164      $def['field'] = 'content_id';      $def['field'] = 'content_id';
165      $def['left_table'] = $this->table;      $def['left_table'] = $this->relationship ? $this->relationship : $this->table;
166      $def['left_field'] = $this->field;      $def['left_field'] = $this->field;
167      if (!empty($this->options['required'])) {      if (!empty($this->options['required'])) {
168        $def['type'] = 'INNER';        $def['type'] = 'INNER';

Legend:
Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7

  ViewVC Help
Powered by ViewVC 1.1.2