| 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 |
| 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( |