bugfix, sql-error - one bracket too much

This commit is contained in:
Ralf Becker 2006-01-11 05:20:50 +00:00
parent aa085fd849
commit 145a1d0f6b

View File

@ -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,