mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed error SQL
This commit is contained in:
parent
7a8413154f
commit
56ddf0700e
@ -243,9 +243,10 @@ if (empty($export_btn) || $show_form) {
|
|||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
// Agent selector
|
// Agent selector.
|
||||||
$table->data[1][0] = '<b>'.__('Source agent').'</b>';
|
$table->data[1][0] = '<b>'.__('Source agent').'</b>';
|
||||||
|
|
||||||
|
$filter = [];
|
||||||
if ($group > 0) {
|
if ($group > 0) {
|
||||||
$filter['id_grupo'] = (array) $group;
|
$filter['id_grupo'] = (array) $group;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user