From: Christian Weiske Date: Mon, 30 Sep 2013 20:49:04 +0000 (+0200) Subject: make categories work with evolutionPerson schema X-Git-Tag: 0.8.0~6^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f635e1c278d0502a2984de6a3ca1224efc312cd;p=contagged make categories work with evolutionPerson schema --- diff --git a/index.php b/index.php index 2e13d65..521d2e6 100644 --- a/index.php +++ b/index.php @@ -112,7 +112,7 @@ if(!empty($marker)){ // Search by tag - $ldapfilter = '(&(objectClass=contactPerson)'; + $ldapfilter = '(&(objectClass=evolutionPerson)'; $marker = explode(',',$marker); foreach($marker as $m){ $m = trim($m);