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

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

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

revision 1.167.4.1, Mon Nov 2 22:01:26 2009 UTC revision 1.167.4.2, Mon Nov 9 22:38:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: view.inc,v 1.151.2.15 2009/09/15 21:34:25 merlinofchaos Exp $  // $Id: view.inc,v 1.167.4.1 2009/11/02 22:01:26 merlinofchaos Exp $
3  /**  /**
4   * @file view.inc   * @file view.inc
5   * Provides the view object type and associated methods.   * Provides the view object type and associated methods.
# Line 397  class view extends views_db_object { Line 397  class view extends views_db_object {
397        'method' => 'get',        'method' => 'get',
398        'rerender' => TRUE,        'rerender' => TRUE,
399        'no_redirect' => TRUE,        'no_redirect' => TRUE,
400          'build_info' => array(
401            'args' => array(),
402        ),
403      );      );
404    
405      // Some types of displays (eg. attachments) may wish to use the exposed      // Some types of displays (eg. attachments) may wish to use the exposed

Legend:
Removed from v.1.167.4.1  
changed lines
  Added in v.1.167.4.2

  ViewVC Help
Powered by ViewVC 1.1.2