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

Diff of /contributions/modules/dba/dba.module

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

revision 1.57, Mon Oct 15 22:58:01 2007 UTC revision 1.58, Tue Oct 23 15:44:46 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: dba.module,v 1.56 2007/10/15 20:05:04 dww Exp $  // $Id: dba.module,v 1.57 2007/10/15 22:58:01 jeremy Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 80  function dba_menu($may_cache) { Line 80  function dba_menu($may_cache) {
80      $tables = dba_get_active_tables(0);      $tables = dba_get_active_tables(0);
81      if (!empty($tables) && count($tables) == 1) {      if (!empty($tables) && count($tables) == 1) {
82        // You can only view or describe one table at a time.        // You can only view or describe one table at a time.
83          $table = reset($tables);
84    
85        // Regular subtabs.        // Regular subtabs.
86        $items[] = array(        $items[] = array(

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

  ViewVC Help
Powered by ViewVC 1.1.2