bug #1024434, insert tab after Insert textfile

This commit is contained in:
Marc Delisle
2004-09-09 17:00:37 +00:00
parent a29167a121
commit 0d8759b0f5
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2004-09-09 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1022338: clarify about needed chown -R
on the scripts (otherwise, problems in PHP safe mode)
* tbl_change.php: bug #1024434, undefined sql_query when clicking
on Insert tab from the Insert textfile sub-page
2004-09-07 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug #992211, wrong parameters to

View File

@@ -50,7 +50,7 @@ if (!empty($disp_message)) {
if (!isset($goto)) {
$goto = 'db_details.php';
}
if (!preg_match('@^(db_details|tbl_properties|tbl_select)@', $goto)) {
if (!preg_match('@^(db_details|tbl_properties|tbl_select|ldi_table)@', $goto)) {
$err_url = $goto . "?" . PMA_generate_common_url($db) . "&amp;sql_query=" . urlencode($sql_query);
} else {
$err_url = $goto . '?'