fix getting the db scheme from existing database

This commit is contained in:
Robin Appelman 2012-05-13 21:22:08 +02:00
parent 8d475debe0
commit 6b6477a90a
1 changed files with 1 additions and 0 deletions

View File

@ -644,6 +644,7 @@ class MDB2_Schema extends PEAR
if (PEAR::isError($result)) {
return $result;
}
$database_definition['tables'][$table_name]=$table_definition;
}