X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tags.php;h=9310f29f77e164bbeb5f283b17f5b96bcf27ce40;hb=e76806d154863dcaae69a8a509d7d5c8c4e4b40c;hp=b81e50e2e6c08f1ea58e1d0959098337a9bb5ff1;hpb=957e03f1c6791f6275ecfdc5e954c673c930844e;p=contagged diff --git a/tags.php b/tags.php index b81e50e..9310f29 100644 --- a/tags.php +++ b/tags.php @@ -6,7 +6,6 @@ header('Location: login.php'); exit(); } - //prepare templates tpl_std(); $smarty->assign('tagcloud',tag_cloud()); @@ -18,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();