Display message after updating row.
This commit is contained in:
@@ -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
|
||||
|
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user