fixed a header problem

This commit is contained in:
Loïc Chapeaux
2002-04-12 13:49:04 +00:00
parent 9bfc4ac4b4
commit 4b526f7794
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ $Source$
2002-04-12 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3, lines 957-991: expended cosmetic changes
to allow word wrapping.
* libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
2002-04-11 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/display_tbl.lib.php3, line 957: cosmetic change to allow word

View File

@@ -108,6 +108,7 @@ h1 {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo
<br />
<?php
echo "\n";
$is_header_sent = TRUE;
PMA_mysqlDie($conn_error, $local_query, FALSE);
return TRUE;