bug #1717339 Missing header when deleting a checked column
This commit is contained in:
@@ -11,6 +11,8 @@ $HeadURL$
|
|||||||
- typo in fix for bug #1671813
|
- typo in fix for bug #1671813
|
||||||
- bug #1714908 Inserted Row Count is wrong
|
- bug #1714908 Inserted Row Count is wrong
|
||||||
- bug #1712570 Deleting last record freezes
|
- bug #1712570 Deleting last record freezes
|
||||||
|
- bug #1717339 Missing header when deleting a checked column,
|
||||||
|
thanks to Michael Keck
|
||||||
|
|
||||||
2.10.1.0 (2007-04-23)
|
2.10.1.0 (2007-04-23)
|
||||||
=====================
|
=====================
|
||||||
|
@@ -35,6 +35,8 @@ if ((!empty($submit_mult) && isset($selected_fld))
|
|||||||
|| isset($mult_btn)) {
|
|| isset($mult_btn)) {
|
||||||
$action = 'tbl_structure.php';
|
$action = 'tbl_structure.php';
|
||||||
$err_url = 'tbl_structure.php?' . PMA_generate_common_url($db, $table);
|
$err_url = 'tbl_structure.php?' . PMA_generate_common_url($db, $table);
|
||||||
|
require_once('./libraries/header.inc.php');
|
||||||
|
require_once './libraries/tbl_links.inc.php';
|
||||||
require './libraries/mult_submits.inc.php';
|
require './libraries/mult_submits.inc.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user