/[drupal]/contributions/modules/user_stats/views/user_stats.views.inc
ViewVC logotype

Diff of /contributions/modules/user_stats/views/user_stats.views.inc

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

revision 1.1.2.4, Fri Feb 13 03:18:36 2009 UTC revision 1.1.2.5, Wed Jul 1 07:08:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: user_stats.views.inc,v 1.1.2.3 2009/02/12 20:01:20 liammcdermott Exp $  // $Id: user_stats.views.inc,v 1.1.2.4 2009/02/13 03:18:36 liammcdermott Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 154  function user_stats_views_data() { Line 154  function user_stats_views_data() {
154      ),      ),
155      'filter' => array(      'filter' => array(
156        'handler' => 'views_handler_filter_is_online',        'handler' => 'views_handler_filter_is_online',
157          'label' => t('Online'),
158      ),      ),
159    );    );
160    

Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

  ViewVC Help
Powered by ViewVC 1.1.2