bug #1024434, insert tab after Insert textfile
This commit is contained in:
@@ -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
|
||||
|
@@ -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) . "&sql_query=" . urlencode($sql_query);
|
||||
} else {
|
||||
$err_url = $goto . '?'
|
||||
|
Reference in New Issue
Block a user