mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 06:58:49 +02:00
- Fixed the support of Internet Explorer (tested on IE7 and IE8)
- Cleanup of the generated HTML to have page that are XHTML compliant (not yet complete) SVN:trunk[198]
This commit is contained in:
@@ -41,7 +41,7 @@ class CMDBSource
|
||||
self::$m_sDBName = $sSource;
|
||||
if (!self::$m_resDBLink = @mysql_pconnect($sServer, $sUser, $sPwd))
|
||||
{
|
||||
throw new MySQLException('Could not connect to the DB server', array('host'=>$sServer, 'user'=>$sUser));
|
||||
throw new MySQLException('Could not connect to the DB server', array('host'=>$sServer));
|
||||
}
|
||||
if (!empty($sSource))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user