Fixed inverseRecursiveJoin
This commit is contained in:
parent
4139910167
commit
064393ed14
|
@ -2558,8 +2558,8 @@ class Prd
|
|||
}
|
||||
}
|
||||
|
||||
$where = rtrim($where, 'AND ');
|
||||
$where .= ' '.array_key_first($result).' = "'.reset($result).'"';
|
||||
$where = rtrim($where, 'AND ');
|
||||
|
||||
$sql = sprintf(
|
||||
'SELECT %s FROM %s WHERE %s',
|
||||
|
|
Loading…
Reference in New Issue