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

Diff of /contributions/modules/event_views/event_views.module

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

revision 1.25 by killes, Sun Jan 6 00:31:11 2008 UTC revision 1.26 by killes, Sun Jun 28 11:16:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: event_views.module,v 1.24 2007/12/02 11:45:41 killes Exp $  // $Id: event_views.module,v 1.25 2008/01/06 00:31:11 killes Exp $
3  /**  /**
4   * @file   * @file
5   * Views-enables the event module.   * Views-enables the event module.
# Line 19  function event_views_help($section) { Line 19  function event_views_help($section) {
19  }  }
20    
21  /**  /**
22     * Implementation of hook_views_api().
23     */
24    function event_views_views_api() {
25      return array(
26        'api' => 2,
27      );
28    }
29    
30    /**
31   *  Implementation of hook_views_tables().   *  Implementation of hook_views_tables().
32   *  Expose event fields and filters to the views module.   *  Expose event fields and filters to the views module.
33   */   */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

  ViewVC Help
Powered by ViewVC 1.1.6