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

@@ -8,6 +8,8 @@ $Source$
2002-11-07 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/config_import.lib.php3: Fixed a small inconsistance.
* config.inc.php3: Added a note about bug #634931.
* tbl_properties_operations.php3: Fixed bug #628581 (Check referential
integrity and NULL foreign key).
2002-11-06 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html, lang/*.inc.php3: Fixed some typos.

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 . '&nbsp;->&nbsp;' . $arr['foreign_table'] . '.' . $arr['foreign_field']
. '</a><br />' . "\n";
} // end while