mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
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…
x
Reference in New Issue
Block a user