bug #1717339 Missing header when deleting a checked column
This commit is contained in:
@@ -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)
|
||||
=====================
|
||||
|
@@ -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';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user