- bug fix: save the DB server name properly

SVN:code[18]
This commit is contained in:
Denis Flaven
2009-03-30 11:34:15 +00:00
parent e07255952a
commit 36bf4136b9

View File

@@ -180,7 +180,7 @@ class Config
public function SetDBHost($sDBHost)
{
$this->m_sDBHost = $sHost;
$this->m_sDBHost = $sDBHost;
}
public function SetDBName($sDBName)