Fix output before headers.
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
|||||||
#1376391).
|
#1376391).
|
||||||
* lang/czech: Fix typo.
|
* lang/czech: Fix typo.
|
||||||
* tbl_select.php: Fix XHTML.
|
* tbl_select.php: Fix XHTML.
|
||||||
|
* tbl_properties_export.php: Fix output before headers.
|
||||||
|
|
||||||
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* libraries/tbl_move_copy.php: added PMA_table_rename()
|
* libraries/tbl_move_copy.php: added PMA_table_rename()
|
||||||
|
@@ -10,10 +10,9 @@ require_once('./libraries/common.lib.php');
|
|||||||
require_once('./libraries/tbl_properties_common.php');
|
require_once('./libraries/tbl_properties_common.php');
|
||||||
$url_query .= '&goto=tbl_properties_export.php&back=tbl_properties_export.php';
|
$url_query .= '&goto=tbl_properties_export.php&back=tbl_properties_export.php';
|
||||||
require_once('./libraries/tbl_properties_table_info.inc.php');
|
require_once('./libraries/tbl_properties_table_info.inc.php');
|
||||||
?>
|
|
||||||
|
|
||||||
<!-- Dump of a table -->
|
// Dump of a table
|
||||||
<?php
|
|
||||||
$export_page_title = $strViewDump;
|
$export_page_title = $strViewDump;
|
||||||
|
|
||||||
// When we have some query, we need to remove LIMIT from that and possibly
|
// When we have some query, we need to remove LIMIT from that and possibly
|
||||||
|
Reference in New Issue
Block a user