diff --git a/ChangeLog b/ChangeLog index 1f7789569..20de278db 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-12-14 Alexander M. Turek + * libraries/common.lib.php3: Removed a comment. + 2002-12-14 Marc Delisle * ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE) @@ -16,7 +19,7 @@ $Source$ 2002-12-13 Mike Beck * pdf_schema.php3: Change generated filename to db_pdfname.pdf instead of db_pdfnumber.pdf - + 2002-12-12 Alexander M. Turek * lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone). * lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus). diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 211e9e061..715b368eb 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -312,8 +312,6 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} global $cfg; if (empty($GLOBALS['is_header_sent'])) { - // rabus: If we include header.inc.php3 here, we get a huge set of - // "Undefined variable" errors (see bug #549570)! include('./header.inc.php3'); }