diff options
Diffstat (limited to '3rdparty/MDB2/Schema.php')
-rw-r--r-- | 3rdparty/MDB2/Schema.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/MDB2/Schema.php b/3rdparty/MDB2/Schema.php index c5ae69d69c4..5eeb97b055b 100644 --- a/3rdparty/MDB2/Schema.php +++ b/3rdparty/MDB2/Schema.php @@ -644,6 +644,7 @@ class MDB2_Schema extends PEAR if (PEAR::isError($result)) { return $result; } + $database_definition['tables'][$table_name]=$table_definition; } |