deactivate some work in progress

This commit is contained in:
Marc Delisle
2006-07-07 14:30:00 +00:00
parent 37a5d112d9
commit beca72fb69
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,9 @@ $Id$
$Source$
2006-07-07 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php: deactivated some work in progress
2006-07-06 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php, libraries/db_details_common.inc.php
libraries/db_details_db_info.inc.php:

View File

@@ -90,8 +90,9 @@ if (!empty($TableList)) {
} // end if
$columns = PMA_DBI_get_columns_full($GLOBALS['db']);
$tables = PMA_DBI_get_columns_full($GLOBALS['db']);
// this was a work in progress, deactivated for now
//$columns = PMA_DBI_get_columns_full($GLOBALS['db']);
//$tables = PMA_DBI_get_columns_full($GLOBALS['db']);
/**