diff --git a/ChangeLog b/ChangeLog index 4c7cb6fa9..787414b28 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-08-21 Alexander M. Turek + * Documentation.html: Updated FAQ 1.6. + 2002-08-21 Loïc Chapeaux * config.inc.php3, db_details.php3, db_details_export.php3, db_details_qbe.php3, Documentation.html, ldi_check.php3, ldi_table.php3, diff --git a/Documentation.html b/Documentation.html index a97aaa41b..9316aa5fc 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1551,8 +1551,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
This seems to be a PWS bug. Filippo Simoncini found a workaroud (at this time there is no better fix): remove or comment the DOCTYPE - declarations (3 lines) from the scripts header.inc.php3, - index.php3, left.php3 and libraries/common.lib.php3. + declarations (2 lines) from the scripts header.inc.php3, + header_printview.inc.php3, index.php3, left.php3 and + libraries/common.lib.php3.