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=44eee10cd3501fe7bc9d3dec5bfe8b919f6dc81f;hpb=7e3758cb44cc14bb68c4724849e923741dc9982b 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);