bug 1005826, problem with foreign key dropdowns

This commit is contained in:
Marc Delisle
2004-08-09 17:16:46 +00:00
parent 376a1f292d
commit 258c0302ed
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2004-08-09 Marc Delisle <lem9@users.sourceforge.net> 2004-08-09 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to Bora Alioglu * lang/turkish update, thanks to Bora Alioglu
* libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
dropdowns, thanks to Joerg Klein (j0erch) for the fix
2004-08-08 Marc Delisle <lem9@users.sourceforge.net> 2004-08-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: * libraries/relation.lib.php:

View File

@@ -50,9 +50,9 @@ if ($foreigners && isset($foreigners[$field])) {
} }
} }
else { else {
unset($disp); unset($disp_row);
$foreign_link = true; $foreign_link = true;
} }
} // end if $foreigners } // end if $foreigners
?> ?>