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)

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