bug #1717339 Missing header when deleting a checked column

This commit is contained in:
Marc Delisle
2007-05-11 17:11:39 +00:00
parent 8dbdd7a935
commit a0d951513e
2 changed files with 4 additions and 0 deletions

View File

@@ -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)
===================== =====================

View File

@@ -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';
} }