mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
fixed parse-error, see bug #920580
This commit is contained in:
parent
948fe1c4a4
commit
b7d9897a33
@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
if (!$this->Link_ID)
|
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))
|
if(!sybase_select_db($Database, $this->Link_ID))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user