\n");
}
diff --git a/core/cmdbsource.class.inc.php b/core/cmdbsource.class.inc.php
index cdf31ab80..3474033fa 100644
--- a/core/cmdbsource.class.inc.php
+++ b/core/cmdbsource.class.inc.php
@@ -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))
{
diff --git a/css/jqModal.css b/css/jqModal.css
index 288981f2a..41e059343 100644
--- a/css/jqModal.css
+++ b/css/jqModal.css
@@ -2,32 +2,30 @@
Brice Burgess