@@ -67,7 +67,7 @@ |
||
67 | 67 | |
68 | 68 | $connection = new \Fisharebest\Webtrees\DB\Connection($pdo, $config['tblpfx']); |
69 | 69 | |
70 | - var_dump($connection->introspectSchema('webtrees'));exit; |
|
70 | + var_dump($connection->introspectSchema('webtrees')); exit; |
|
71 | 71 | |
72 | 72 | |
73 | 73 |
@@ -87,6 +87,6 @@ |
||
87 | 87 | |
88 | 88 | } |
89 | 89 | |
90 | - var_dump($pattern, $schema_name, $table_rows, $column_rows, $table_constraints_rows, $key_column_usage_rows);exit; |
|
90 | + var_dump($pattern, $schema_name, $table_rows, $column_rows, $table_constraints_rows, $key_column_usage_rows); exit; |
|
91 | 91 | } |
92 | 92 | } |