bug 981793 cross-window update
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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 = '&pk=' . $vrowcount;
|
||||||
} else {
|
} else {
|
||||||
$jsvkey = urlencode($primary_keys[$vrowcount]);
|
$jsvkey = urlencode($primary_keys[$vrowcount]);
|
||||||
$browse_foreigners_uri = '&pk=' . urlencode($primary_keys[$vrowcount]);
|
$browse_foreigners_uri = '&pk=' . urlencode($primary_keys[$vrowcount]);
|
||||||
|
Reference in New Issue
Block a user