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