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

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