/[drupal]/contributions/modules/views/includes/handlers.inc
ViewVC logotype

Diff of /contributions/modules/views/includes/handlers.inc

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

revision 1.109.2.13 by merlinofchaos, Mon Nov 16 20:05:39 2009 UTC revision 1.109.2.14 by merlinofchaos, Thu Nov 26 00:35:16 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: handlers.inc,v 1.109.2.12 2009/11/16 19:52:56 merlinofchaos Exp $  // $Id: handlers.inc,v 1.109.2.13 2009/11/16 20:05:39 merlinofchaos Exp $
3  /**  /**
4   * @file handlers.inc   * @file handlers.inc
5   * Defines the various handler objects to help build and display views.   * Defines the various handler objects to help build and display views.
# Line 278  class views_handler extends views_object Line 278  class views_handler extends views_object
278    function option_definition() {    function option_definition() {
279      $options = parent::option_definition();      $options = parent::option_definition();
280    
281        $options['id'] = array('default' => '');
282        $options['table'] = array('default' => '');
283        $options['field'] = array('default' => '');
284        $options['relationship'] = array('default' => 'none');
285      $options['group_type'] = array('default' => 'group');      $options['group_type'] = array('default' => 'group');
286    
287      return $options;      return $options;

Legend:
Removed from v.1.109.2.13  
changed lines
  Added in v.1.109.2.14

  ViewVC Help
Powered by ViewVC 1.1.3