From b7d9897a3331df692a4e6655f7c8444542fc862c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 22 Mar 2004 07:19:43 +0000 Subject: [PATCH] fixed parse-error, see bug #920580 --- phpgwapi/inc/class.db_sybase.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.db_sybase.inc.php b/phpgwapi/inc/class.db_sybase.inc.php index 8fd2a3110e..b5c4f88124 100644 --- a/phpgwapi/inc/class.db_sybase.inc.php +++ b/phpgwapi/inc/class.db_sybase.inc.php @@ -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)) {