issue15, for now disable the show_tags-checks because it blocks the get_random_tag_ph...
authorAndreas Unterkircher <unki@netshadow.at>
Sun, 27 Apr 2008 12:35:05 +0000 (14:35 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Sun, 4 May 2008 19:52:21 +0000 (21:52 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot.class.php

index 97deb968dacb5b6b98dd967d73a379480f4bf21d..943c57af1b4a4e9659aff17f32efd3601dccf8c0 100644 (file)
@@ -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);