From 361a43318a097cdbfa84f055042c8d3bd7e3abd2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 11 May 2007 17:11:39 +0000 Subject: [PATCH] bug #1717339 Missing header when deleting a checked column --- ChangeLog | 2 ++ tbl_structure.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0c8c984a1..0e3107659 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - 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 7ec59ee7d..b8722dc6c 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -41,6 +41,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'; }