X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=tags.php;h=ddde120596086c446714a7a6d46968748c289b45;hb=3bffd727504baaf7edc5859ada48ffd9466398c1;hp=999bffbdd838918f3bd4b32340331f256967224d;hpb=7f0a1425b738c0fa403382b5d1047459a901fc0a;p=contagged diff --git a/tags.php b/tags.php index 999bffb..ddde120 100644 --- a/tags.php +++ b/tags.php @@ -35,7 +35,7 @@ } } ksort($tags); - tag_cloud_weight(&$tags,$min,$max,6); + tag_cloud_weight($tags,$min,$max,6); $out = ''; foreach($tags as $tag => $cnt){