Fixed a header problem
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* Documentation.html: xhtml fixes.
|
* Documentation.html: xhtml fixes.
|
||||||
* libraries/display_tbl.lib.php3; libraries/functions.js: better fix
|
* libraries/display_tbl.lib.php3; libraries/functions.js: better fix
|
||||||
against bug #547384 (Marker Color can't equal Pointer Color).
|
against bug #547384 (Marker Color can't equal Pointer Color).
|
||||||
|
* libraries/auth/config.auth.lib.php3, line 111: fixed a header problem.
|
||||||
|
|
||||||
2002-04-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2002-04-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* ## created 2.2.7 branch into the CVS tree ##
|
* ## created 2.2.7 branch into the CVS tree ##
|
||||||
|
@@ -60,6 +60,8 @@ if (!defined('PMA_CONFIG_AUTH_INCLUDED')) {
|
|||||||
* @global string the font face to use in case of failure
|
* @global string the font face to use in case of failure
|
||||||
* @global string the default font size to use in case of failure
|
* @global string the default font size to use in case of failure
|
||||||
* @global string the big font size to use in case of failure
|
* @global string the big font size to use in case of failure
|
||||||
|
* @global boolean tell the "PMA_mysqlDie()" function headers have been
|
||||||
|
* sent
|
||||||
*
|
*
|
||||||
* @return boolean always true (no return indeed)
|
* @return boolean always true (no return indeed)
|
||||||
*
|
*
|
||||||
@@ -70,6 +72,7 @@ if (!defined('PMA_CONFIG_AUTH_INCLUDED')) {
|
|||||||
global $php_errormsg;
|
global $php_errormsg;
|
||||||
global $connect_func, $server_port, $server_socket, $cfg;
|
global $connect_func, $server_port, $server_socket, $cfg;
|
||||||
global $right_font_family, $font_size, $font_bigger;
|
global $right_font_family, $font_size, $font_bigger;
|
||||||
|
global $is_header_sent;
|
||||||
|
|
||||||
if (mysql_error()) {
|
if (mysql_error()) {
|
||||||
$conn_error = mysql_error();
|
$conn_error = mysql_error();
|
||||||
|
Reference in New Issue
Block a user