diff --git a/ChangeLog b/ChangeLog index ee09154e6..36df2458d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,7 @@ $Source$ * read_dump.php3: Correctly checks whether table exists. * libraries/common.lib.php3: Highlight tab also when current page is read_dump.php3 and $goto is link of current tab. + * tbl_replace.php3: Display message after updating row. 2003-05-12 Garvin Hicking * queryframe.php3: Remove left/bottom margin to better fit the link title diff --git a/tbl_replace.php3 b/tbl_replace.php3 index c2ec5a3f7..17f31f4a3 100755 --- a/tbl_replace.php3 +++ b/tbl_replace.php3 @@ -118,7 +118,7 @@ if (isset($primary_key) && ($submit_type != $strInsertAsNewRow)) { include('./header.inc.php3'); include('./' . ereg_replace('\.\.*', '.', $goto)); } else { - header('Location: ' . $cfg['PmaAbsoluteUri'] . $goto . '&message=' . urlencode($message)); + header('Location: ' . $cfg['PmaAbsoluteUri'] . $goto . '&disp_message=' . urlencode($message) . '&disp_query='); } exit(); }