Fix displaying of entered query.
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* lang/german: Fix typo (translation #1467138).
|
* lang/german: Fix typo (translation #1467138).
|
||||||
* libraries/import.lib.php: Correctly fail if file is too short (bug
|
* libraries/import.lib.php: Correctly fail if file is too short (bug
|
||||||
#1574340).
|
#1574340).
|
||||||
|
* libraries/db_table_exists.lib.php: Fix displaying of entered query.
|
||||||
|
|
||||||
2006-10-09 Michal Čihař <michal@cihar.com>
|
2006-10-09 Michal Čihař <michal@cihar.com>
|
||||||
* lang/german: Fix typo (translation #1570611).
|
* lang/german: Fix typo (translation #1570611).
|
||||||
|
@@ -62,6 +62,12 @@ if (empty($is_table) && !defined('PMA_SUBMIT_MULT')) {
|
|||||||
if (isset($message)) {
|
if (isset($message)) {
|
||||||
$url_params['message'] = $message;
|
$url_params['message'] = $message;
|
||||||
}
|
}
|
||||||
|
if (isset($sql_query)) {
|
||||||
|
$url_params['sql_query'] = $sql_query;
|
||||||
|
}
|
||||||
|
if (isset($display_query)) {
|
||||||
|
$url_params['display_query'] = $display_query;
|
||||||
|
}
|
||||||
PMA_sendHeaderLocation(
|
PMA_sendHeaderLocation(
|
||||||
$cfg['PmaAbsoluteUri'] . 'db_details.php'
|
$cfg['PmaAbsoluteUri'] . 'db_details.php'
|
||||||
. PMA_generate_common_url($url_params, '&'));
|
. PMA_generate_common_url($url_params, '&'));
|
||||||
|
Reference in New Issue
Block a user