Display message after updating row.

This commit is contained in:
Michal Čihař
2003-05-13 11:29:24 +00:00
parent 1c7f574d3a
commit 38bf517f83
2 changed files with 2 additions and 1 deletions

View File

@@ -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 <me@supergarv.de>
* queryframe.php3: Remove left/bottom margin to better fit the link title

View File

@@ -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();
}