bug #1388167, deleting a row in a table without a primary key, handle correctly is_js_confirmed
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-12-31 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/common.lib.php: bug #1388167, deleting a row in a table
|
||||
without a primary key, handle correctly is_js_confirmed
|
||||
|
||||
2005-12-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* server_databases.php: bug #1388135, IE and dropping databases
|
||||
* librairies/mult_submits.inc.php: strong warning for DROP DATABASE
|
||||
|
@@ -3173,6 +3173,10 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
||||
} // end if !defined('PMA_MINIMUM_COMMON')
|
||||
|
||||
if (!empty($__redirect) && in_array($__redirect, $goto_whitelist)) {
|
||||
// to handle bug #1388167
|
||||
if (isset($_GET['is_js_confirmed'])) {
|
||||
$is_js_confirmed = 1;
|
||||
}
|
||||
require $__redirect;
|
||||
exit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user