]> git.sur5r.net Git - contagged/blobdiff - tags.php
PHP5 compatibility and code cleanup
[contagged] / tags.php
index 4a3019ad1d30ccf2b0e93cc6079333e12ec5b720..740c0aae6b91a755ff3f4caeb5c96bc1e0a752e2 100644 (file)
--- a/tags.php
+++ b/tags.php
@@ -12,7 +12,7 @@
   function tag_cloud(){
     global $conf;
     global $LDAP_CON;
-    if(!$conf[extended]) return;
+    if(!$conf['extended']) return;
     
     $result = ldap_queryabooks('(objectClass=contactPerson)','marker');