diff --git a/ChangeLog b/ChangeLog index 5f1ef9eb5..48f101aab 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2006-03-15 Michal Čihař + * libraries/export/htmlexcel.php: Fix output handling (bug #1450555). + 2006-03-14 Michal Čihař * lang/czech: Update, use binary prefixes. * lang/english: Nothing to translate here. diff --git a/libraries/export/htmlexcel.php b/libraries/export/htmlexcel.php index d2788750a..a3d85d9e0 100644 --- a/libraries/export/htmlexcel.php +++ b/libraries/export/htmlexcel.php @@ -25,12 +25,14 @@ function PMA_exportComment($text) { * @access public */ function PMA_exportFooter() { - ?> + if (!PMA_exportOutputHandler(' - + if (!PMA_exportOutputHandler(' @@ -60,8 +62,10 @@ xmlns="http://www.w3.org/TR/REC-html40">
- - +')) { + return FALSE; + } return TRUE; }