mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Fix bug causing too many results from foreign key search
This commit is contained in:
parent
eb6aa373e3
commit
a76985d1d2
@ -528,7 +528,7 @@ class infolog_import_infologs_csv implements importexport_iface_import_plugin {
|
||||
// Search
|
||||
if(egw_link::get_registry($app, 'query'))
|
||||
{
|
||||
$options = array('filter' => array($custom_field => $value));
|
||||
$options = array('filter' => array("$custom_field = $value"));
|
||||
$result = egw_link::query($app, '', $options);
|
||||
|
||||
// Only one allowed
|
||||
|
Loading…
Reference in New Issue
Block a user