From 145a1d0f6be5a025ad4a408eb99c325f5f452ef2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 11 Jan 2006 05:20:50 +0000 Subject: [PATCH] bugfix, sql-error - one bracket too much --- phpgwapi/inc/class.solink.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.solink.inc.php b/phpgwapi/inc/class.solink.inc.php index 7a0d543e73..0dd54cc305 100644 --- a/phpgwapi/inc/class.solink.inc.php +++ b/phpgwapi/inc/class.solink.inc.php @@ -265,7 +265,7 @@ } elseif ($app != '' && $app2 != '') { - $where = $this->db->expression($this->link_table,'((',array( + $where = $this->db->expression($this->link_table,'(',array( 'link_app1' => $app, 'link_id1' => $id, 'link_app2' => $app2,