bug 981793 cross-window update

This commit is contained in:
Marc Delisle
2004-07-09 15:02:40 +00:00
parent c485b4b622
commit ae31dd949c
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2004-07-09 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug 981793, cross-window update message when inserting
a record and fetching a value from the browse foreigners window,
thanks to Michael Keck
2004-07-08 Marc Delisle <lem9@users.sourceforge.net> 2004-07-08 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php: undefined offset and undefined variable * db_details_qbe.php: undefined offset and undefined variable

View File

@@ -222,7 +222,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {
if ($insert_mode) { if ($insert_mode) {
$jsvkey = $vrowcount; $jsvkey = $vrowcount;
$browse_foreigners_uri = ''; $browse_foreigners_uri = '&amp;pk=' . $vrowcount;
} else { } else {
$jsvkey = urlencode($primary_keys[$vrowcount]); $jsvkey = urlencode($primary_keys[$vrowcount]);
$browse_foreigners_uri = '&amp;pk=' . urlencode($primary_keys[$vrowcount]); $browse_foreigners_uri = '&amp;pk=' . urlencode($primary_keys[$vrowcount]);