diff options
-rw-r--r-- | phpfspot.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
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); |