forked from extern/egroupware
bugfix, sql-error - one bracket too much
This commit is contained in:
parent
aa085fd849
commit
145a1d0f6b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user