bug #1178760, header not send in multi-tables print view
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2005-05-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_printview.php: bug #1178760, header not sent when displaying
|
||||||
|
print view of multi tables, thanks to Hrvoje Novosel - interghost
|
||||||
|
|
||||||
2005-05-11 Marc Delisle <lem9@users.sourceforge.net>
|
2005-05-11 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* tbl_properties.inc.php: bug #1069012, table collation forgotten
|
* tbl_properties.inc.php: bug #1069012, table collation forgotten
|
||||||
when adding fields
|
when adding fields
|
||||||
|
@@ -55,6 +55,9 @@ if (isset($selected_tbl) && is_array($selected_tbl)) {
|
|||||||
$multi_tables = (count($the_tables) > 1);
|
$multi_tables = (count($the_tables) > 1);
|
||||||
|
|
||||||
if ($multi_tables) {
|
if ($multi_tables) {
|
||||||
|
if (empty($GLOBALS['is_header_sent'])) {
|
||||||
|
require_once('./header.inc.php');
|
||||||
|
}
|
||||||
$tbl_list = '';
|
$tbl_list = '';
|
||||||
foreach ($the_tables AS $key => $table) {
|
foreach ($the_tables AS $key => $table) {
|
||||||
$tbl_list .= (empty($tbl_list) ? '' : ', ')
|
$tbl_list .= (empty($tbl_list) ? '' : ', ')
|
||||||
|
Reference in New Issue
Block a user