diff --git a/ChangeLog b/ChangeLog index 814df0433..4391495cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $HeadURL$ - typo in fix for bug #1671813 - bug #1714908 Inserted Row Count is wrong - 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) ===================== diff --git a/tbl_structure.php b/tbl_structure.php index 244b33321..7857fce72 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -35,6 +35,8 @@ if ((!empty($submit_mult) && isset($selected_fld)) || isset($mult_btn)) { $action = 'tbl_structure.php'; $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'; }