From 1535804302d09f26e1d61e07a10f6611167b93b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 3 Jun 2004 10:33:22 +0000 Subject: [PATCH] Do not override $cfg['ShowHttpHostTitle']. --- ChangeLog | 2 ++ libraries/config_import.lib.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; }