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

Diff of /contributions/modules/bio/bio.module

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

revision 1.2.2.26, Wed Mar 19 00:55:55 2008 UTC revision 1.2.2.27, Wed Mar 19 18:46:38 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bio.module,v 1.2.2.25 2008/01/28 08:30:13 webchick Exp $  // $Id: bio.module,v 1.2.2.26 2008/03/19 00:55:55 dww Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 507  function bio_views_default_views() { Line 507  function bio_views_default_views() {
507    require_once drupal_get_path('module', 'bio') .'/bio_views.inc';    require_once drupal_get_path('module', 'bio') .'/bio_views.inc';
508    return _bio_views_default_views();    return _bio_views_default_views();
509  }  }
510    
511    /**
512     * Implementation of hook_views_tables().
513     *
514     * @see _bio_views_tables()
515     */
516    function bio_views_tables() {
517      require_once drupal_get_path('module', 'bio') .'/bio_views.inc';
518      return _bio_views_tables();
519    }

Legend:
Removed from v.1.2.2.26  
changed lines
  Added in v.1.2.2.27

  ViewVC Help
Powered by ViewVC 1.1.2