X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.class.php;h=943c57af1b4a4e9659aff17f32efd3601dccf8c0;hp=97deb968dacb5b6b98dd967d73a379480f4bf21d;hb=9afd4d537cf5d6fde7e06c3a3c9d931f04661653;hpb=ce7a2227fc4f7036ae4428e442b77263797bedb0 diff --git a/phpfspot.class.php b/phpfspot.class.php index 97deb96..943c57a 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -2620,12 +2620,12 @@ class PHPFSPOT { pt.tag_id LIKE '". $tagidx ."' "; - if(isset($this->cfg->show_tags) && !empty($this->cfg->show_tags)) { + /*if(isset($this->cfg->show_tags) && !empty($this->cfg->show_tags)) { $query_str.= " AND t.name IN ('".implode("','",$this->cfg->show_tags)."') "; - } + }*/ $result = $this->db->db_query($query_str);