From: Andreas Unterkircher Date: Sun, 27 Apr 2008 12:35:05 +0000 (+0200) Subject: issue15, for now disable the show_tags-checks because it blocks the get_random_tag_ph... X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3caf0ff75d38cd20cfbdaa8a661cd157845871d;p=phpfspot.git issue15, for now disable the show_tags-checks because it blocks the get_random_tag_photo() function Signed-off-by: Andreas Unterkircher --- 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);