mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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 .= ' '.array_key_first($result).' = "'.reset($result).'"';
|
||||||
|
$where = rtrim($where, 'AND ');
|
||||||
|
|
||||||
$sql = sprintf(
|
$sql = sprintf(
|
||||||
'SELECT %s FROM %s WHERE %s',
|
'SELECT %s FROM %s WHERE %s',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user