bug #1813508 [login] Missing parameter: field after re-login
This commit is contained in:
@@ -19,6 +19,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
(fix for sorting on column headers)
|
||||
- bug #1764182 [cookies] Suhosin cookie encryption breaks phpMyAdmin
|
||||
- bug #1798786 [import] Wrong error when a string contains semicolon
|
||||
- bug #1813508 [login] Missing parameter: field after re-login
|
||||
|
||||
2.11.3.0 (2007-12-08)
|
||||
- patch #1818389 to remove a notice (failed to flush buffer), thanks to
|
||||
|
@@ -588,6 +588,10 @@ function PMA_auth_fails()
|
||||
// Remember where we got timeout to return on same place
|
||||
if (PMA_getenv('SCRIPT_NAME')) {
|
||||
$GLOBALS['target'] = basename(PMA_getenv('SCRIPT_NAME'));
|
||||
// avoid "missing parameter: field" on re-entry
|
||||
if ('tbl_alter.php' == $GLOBALS['target']) {
|
||||
$GLOBALS['target'] = 'tbl_structure.php';
|
||||
}
|
||||
}
|
||||
} elseif (PMA_DBI_getError()) {
|
||||
$conn_error = PMA_sanitize(PMA_DBI_getError());
|
||||
|
Reference in New Issue
Block a user