PHP3 compatibility
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-08-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* ob_lib.inc.php3, oops: must be PHP3 compatible
|
||||
|
||||
2001-08-04 Steve Alberty <alberty@neptunlabs.de>
|
||||
* lib.inc.php3: fixed #444017 (thanks anonymous)
|
||||
* db_details.php3, tbl_replace.php3, sql.php3, user_details.php3
|
||||
|
@@ -31,7 +31,7 @@ if (!defined('__OB_LIB_INC__')) {
|
||||
*
|
||||
* (Patch by Garth Gillespie, modified by Marc Delisle)
|
||||
*/
|
||||
if (@ini_get('output_handler') == 'ob_gzhandler') {
|
||||
if (@get_cfg_var('output_handler') == 'ob_gzhandler') {
|
||||
$mode = 0;
|
||||
}
|
||||
// End patch
|
||||
|
Reference in New Issue
Block a user