summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-04-27 17:18:48 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-04-27 17:18:48 +0200
commit44eee10cd3501fe7bc9d3dec5bfe8b919f6dc81f (patch)
tree609e2591c67bd008eda48b734b9ab756243ddd72
parent250c3ad3199ea881b468d32a40a19d2e9c841a70 (diff)
parentb3caf0ff75d38cd20cfbdaa8a661cd157845871d (diff)
Merge branch 'master' of /var/cache/git/phpfspot
-rw-r--r--phpfspot.class.php4
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);