/[drupal]/contributions/modules/update_status_aggregator/update_status_aggregator.module
ViewVC logotype

Diff of /contributions/modules/update_status_aggregator/update_status_aggregator.module

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

revision 1.13.2.5, Tue Oct 21 17:21:02 2008 UTC revision 1.13.2.6, Tue Oct 21 17:32:30 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: update_status_aggregator.module,v 1.13.2.4 2008/10/21 17:19:09 yrocq Exp $  // $Id: update_status_aggregator.module,v 1.13.2.5 2008/10/21 17:21:02 yrocq Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 110  function update_status_aggregator_views_ Line 110  function update_status_aggregator_views_
110    'module_status' => array(    'module_status' => array(
111      'name' => 'update_status_aggregator: Status',      'name' => 'update_status_aggregator: Status',
112      'help' => 'Status of the module',      'help' => 'Status of the module',
113      'operator' => views_handler_operator_eqneq(),      'operator' => views_handler_operator_or(),
114    'value' => array(    'value' => array(
115      '#type' => 'select',      '#type' => 'select',
116    '#options' => 'Update_status_aggregator_status_list',    '#options' => 'Update_status_aggregator_status_list',
# Line 121  function update_status_aggregator_views_ Line 121  function update_status_aggregator_views_
121    'site' => array(    'site' => array(
122      'name' => 'Update_status_aggregator: Site',      'name' => 'Update_status_aggregator: Site',
123      'help' => 'Site of the module',      'help' => 'Site of the module',
124      'operator' => views_handler_operator_eqneq(),      'operator' => views_handler_operator_or(),
125    'value' => array(    'value' => array(
126      '#type' => 'select',      '#type' => 'select',
127    '#options' => 'update_status_aggregator_sites_list',    '#options' => 'update_status_aggregator_sites_list',
# Line 132  function update_status_aggregator_views_ Line 132  function update_status_aggregator_views_
132    'module' => array(    'module' => array(
133      'name' => 'Update_status_aggregator: Module',      'name' => 'Update_status_aggregator: Module',
134      'help' => 'Module',      'help' => 'Module',
135      'operator' => views_handler_operator_eqneq(),      'operator' => views_handler_operator_or(),
136    'value' => array(    'value' => array(
137      '#type' => 'select',      '#type' => 'select',
138    '#options' => 'update_status_aggregator_modules_list',    '#options' => 'update_status_aggregator_modules_list',

Legend:
Removed from v.1.13.2.5  
changed lines
  Added in v.1.13.2.6

  ViewVC Help
Powered by ViewVC 1.1.2