/[drupal]/contributions/modules/gamertags/plugins/gamertags.views.inc
ViewVC logotype

Diff of /contributions/modules/gamertags/plugins/gamertags.views.inc

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

revision 1.1.2.3 by pobster, Tue Nov 17 09:52:27 2009 UTC revision 1.1.2.4 by pobster, Fri Nov 20 21:39:40 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: gamertags.views.inc,v 1.1.2.2 2009/11/17 09:37:17 pobster Exp $  // $Id: gamertags.views.inc,v 1.1.2.3 2009/11/17 09:52:27 pobster Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 24  function gamertags_views_handlers() { Line 24  function gamertags_views_handlers() {
24  } // gamertags_views_handlers  } // gamertags_views_handlers
25    
26  /**  /**
27   * Implementation of hook_views_data()   * Implementation of hook_views_data_alter().
28   */   */
29  function gamertags_views_data() {  function gamertags_views_data_alter(&$data) {
30    $data['users']['gamertags'] = array(    $data['users']['gamertags'] = array(
31      'real field' => 'data',      'real field' => 'data',
32      'field' => array(      'field' => array(
# Line 72  function gamertags_views_data() { Line 72  function gamertags_views_data() {
72        'click sortable' => FALSE,        'click sortable' => FALSE,
73      ),      ),
74    );    );
   return $data;  
75  } // gamertags_views_data  } // gamertags_views_data

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

  ViewVC Help
Powered by ViewVC 1.1.3