Removed a comment

This commit is contained in:
Alexander M. Turek
2002-12-14 23:43:13 +00:00
parent d8a3afa7f3
commit 8063362d24
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-12-14 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Removed a comment.
2002-12-14 Marc Delisle <lem9@users.sourceforge.net>
* ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
@@ -16,7 +19,7 @@ $Source$
2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
* pdf_schema.php3: Change generated filename to
db_pdfname.pdf instead of db_pdfnumber.pdf
2002-12-12 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
* lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).

View File

@@ -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');
}