X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=index.php;h=5a9ab819da54fab7dd2615819abf63be3d31c1bf;hb=fe4b8192a9eb0b485673ee3854d6fc14cbe1dda1;hp=7910e3afa2b41507b0b5f304624db59eedbf0352;hpb=f1ddaa8817df4a82805ec3902c72554c411ad468;p=contagged diff --git a/index.php b/index.php index 7910e3a..5a9ab81 100644 --- a/index.php +++ b/index.php @@ -113,7 +113,7 @@ if(!empty($marker)){ // Search by tag - $ldapfilter = '(&(objectClass=evolutionPerson)'; + $ldapfilter = '(&( |(objectClass=evolutionPerson)(objectClass=contactPerson) )'; $marker = explode(',',$marker); foreach($marker as $m){ $m = trim($m);