/[drupal]/contributions/modules/tapatio/comms_views.inc
ViewVC logotype

Diff of /contributions/modules/tapatio/comms_views.inc

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

revision 1.1.4.4 by evoltech, Tue Aug 25 04:44:38 2009 UTC revision 1.1.4.5 by evoltech, Wed Sep 23 07:55:59 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comms_views.inc,v 1.1.4.3 2009/08/25 04:09:27 evoltech Exp $  // $Id: comms_views.inc,v 1.1.4.4 2009/08/25 04:44:38 evoltech Exp $
3    
4  /*  /*
5   * @file   * @file
# Line 635  function comms_views_default_views() { Line 635  function comms_views_default_views() {
635        'options' => '',        'options' => '',
636        ),        ),
637      array(      array(
     'type' => 'comms_vote',  
       'argdefault' => 'All',  
       'title' => t('Comms nodes with %2'),  
       'options' => '',  
     ),  
     array(  
638        'type' => 'comms_dispatch',        'type' => 'comms_dispatch',
639        'argdefault' => 'All',        'argdefault' => 'All',
640        'title' => t('Comms nodes that have %3'.'been dispatched'),        'title' => t('Comms nodes that have %3'.'been dispatched'),
# Line 652  function comms_views_default_views() { Line 646  function comms_views_default_views() {
646        'title' => '%4',        'title' => '%4',
647        'options' => '0',        'options' => '0',
648      ),      ),
649      array(      array (
650        'type' => 'taxletter',        'type' => 'uid',
651        'argdefault' => 'All',        'argdefault' => '1',
652        'title' => t('Comms nodes with %5'),        'title' => '%4',
653        'options' => '0',        'options' => '',
654          'wildcard' => 'All',
655          'wildcard_substitution' => '',
656      ),      ),
657    );    );
658    

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.1.4.5

  ViewVC Help
Powered by ViewVC 1.1.3