Do not override $cfg['ShowHttpHostTitle'].

This commit is contained in:
Michal Čihař
2004-06-03 10:33:22 +00:00
parent 6ecfb039fc
commit 1535804302
2 changed files with 3 additions and 1 deletions

View File

@@ -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 <happybirthdaytome@derrabus.de>
* db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called

View File

@@ -807,7 +807,7 @@ if (!isset($cfg['NaturalOrder'])) {
$cfg['NaturalOrder'] = TRUE;
}
if (!isset($cfg['SetHttpHostTitle'])) {
if (!isset($cfg['ShowHttpHostTitle'])) {
$cfg['ShowHttpHostTitle'] = FALSE;
}