diff --git a/ChangeLog b/ChangeLog index 779386e48..229c8102c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ $Source$ * header.inc.php: Remove spaces before colons (bug #965594). * lang/*, libraries/common.lib.php: Remove spaces from strServer, strDatabase (needed for above fix). + * libraries/config_import.lib.php: Do not override + $cfg['ShowHttpHostTitle']. 2004-06-02 Alexander M. Turek * db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called diff --git a/libraries/config_import.lib.php b/libraries/config_import.lib.php index ee5eafc4e..679f6480c 100644 --- a/libraries/config_import.lib.php +++ b/libraries/config_import.lib.php @@ -807,7 +807,7 @@ if (!isset($cfg['NaturalOrder'])) { $cfg['NaturalOrder'] = TRUE; } -if (!isset($cfg['SetHttpHostTitle'])) { +if (!isset($cfg['ShowHttpHostTitle'])) { $cfg['ShowHttpHostTitle'] = FALSE; }