X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tags.php;h=9310f29f77e164bbeb5f283b17f5b96bcf27ce40;hb=03bedef53fe38250f38315c10e3bf04ad737f3f1;hp=a1af7a98031a8db312d63b3cbb246ed9b8cdd2e4;hpb=e37e9f402048983cda6227130186cd5b2d64a488;p=contagged diff --git a/tags.php b/tags.php index a1af7a9..9310f29 100644 --- a/tags.php +++ b/tags.php @@ -1,7 +1,11 @@ -assign('tagcloud',tag_cloud()); @@ -13,10 +17,9 @@ global $conf; global $LDAP_CON; global $FIELDS; - if(!$conf['extended']) return; + if(!$FIELDS['_marker']) return; $result = ldap_queryabooks('(objectClass=inetOrgPerson)',$FIELDS['_marker']); - $max = 0; $min = 999999999; $tags = array();