From 38bf517f8367ed7d21cf9bd2ad6a0602b31a72a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 13 May 2003 11:29:24 +0000 Subject: [PATCH] Display message after updating row. --- ChangeLog | 1 + tbl_replace.php3 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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(); }