fixed parse-error, see bug #920580

This commit is contained in:
Ralf Becker 2004-03-22 07:19:43 +00:00
parent 948fe1c4a4
commit b7d9897a33

View File

@ -57,7 +57,7 @@
}
if (!$this->Link_ID)
{
$this->halt('Link-ID == false, '.($GLOBALS['phpgw_info']['server']['db_persistent']?'p':'')..'connect failed');
$this->halt('Link-ID == false, '.($GLOBALS['phpgw_info']['server']['db_persistent']?'p':'').'connect failed');
}
if(!sybase_select_db($Database, $this->Link_ID))
{