Merge branch 'QA_4_7'
This commit is contained in:
commit
0455817f29
@ -23,7 +23,7 @@ if ($foreign_db) {
|
||||
if (isset($existrel[$myfield])) {
|
||||
$foreign_table = $existrel[$myfield]['foreign_table'];
|
||||
}
|
||||
$tables = $GLOBALS['dbi']->getTables();
|
||||
$tables = $GLOBALS['dbi']->getTables($foreign_db);
|
||||
}
|
||||
|
||||
// column dropdown
|
||||
|
||||
Loading…
Reference in New Issue
Block a user