mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:09:27 +01:00
parent
b374e4dd92
commit
b05af867e0
@ -158,9 +158,12 @@ class Customfields extends Transformer
|
|||||||
$f= substr($f,1);
|
$f= substr($f,1);
|
||||||
$negate_fields[]= $f;
|
$negate_fields[]= $f;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
$field_filters [] = $f;
|
$field_filters [] = $f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$fields = $customfields;
|
$fields = $customfields;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user