This commit is contained in:
Alexander M. Turek
2002-11-07 19:54:10 +00:00
parent 85393e04ae
commit 1480adb634
2 changed files with 5 additions and 1 deletions

View File

@@ -318,7 +318,9 @@ if ($cfgRelation['relwork']) {
. ' = ' . PMA_backquote($arr['foreign_table']) . '.' . PMA_backquote($arr['foreign_field'])
. ' WHERE '
. PMA_backquote($arr['foreign_table']) . '.' . PMA_backquote($arr['foreign_field'])
. ' IS NULL')
. ' IS NULL AND '
. PMA_backquote($table) . '.' . PMA_backquote($master)
. ' IS NOT NULL')
. '">' . $master . ' -> ' . $arr['foreign_table'] . '.' . $arr['foreign_field']
. '</a><br />' . "\n";
} // end while