mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed inverse join key select
This commit is contained in:
parent
b9d871cbd9
commit
53964da048
@ -2795,7 +2795,7 @@ class Prd
|
|||||||
|
|
||||||
$sql = sprintf(
|
$sql = sprintf(
|
||||||
'SELECT %s FROM %s WHERE %s',
|
'SELECT %s FROM %s WHERE %s',
|
||||||
$key,
|
$ref[$key]['id'],
|
||||||
$ref[$key]['table'],
|
$ref[$key]['table'],
|
||||||
$where
|
$where
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user