Do not override $cfg['ShowHttpHostTitle'].
This commit is contained in:
@@ -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
|
||||
|
@@ -807,7 +807,7 @@ if (!isset($cfg['NaturalOrder'])) {
|
||||
$cfg['NaturalOrder'] = TRUE;
|
||||
}
|
||||
|
||||
if (!isset($cfg['SetHttpHostTitle'])) {
|
||||
if (!isset($cfg['ShowHttpHostTitle'])) {
|
||||
$cfg['ShowHttpHostTitle'] = FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user