]> git.wh0rd.org - tt-rss.git/commitdiff
get_article_tags: bugfix
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 22 May 2007 12:07:18 +0000 (13:07 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 22 May 2007 12:07:18 +0000 (13:07 +0100)
functions.php

index 011dd5eb95f54f09113a4fcecafc0fc96bee6d59..8668ab092508b68692cd694e75634ca01537bd71 100644 (file)
                $tmp_result = db_query($link, "SELECT DISTINCT tag_name, 
                        owner_uid as owner FROM
                        ttrss_tags WHERE post_int_id = (SELECT int_id FROM ttrss_user_entries WHERE
-                               ref_id = '$a_id' AND owner_uid = owner LIMIT 1) ORDER BY tag_name");
+                               ref_id = '$a_id') ORDER BY tag_name");
 
                $tags = array();