forked from extern/egroupware
fixed parse-error, see bug #920580
This commit is contained in:
parent
948fe1c4a4
commit
b7d9897a33
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user