From: Andrew Dolgov Date: Tue, 22 May 2007 12:07:18 +0000 (+0100) Subject: get_article_tags: bugfix X-Git-Tag: 1.2.11.1~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=68834aec1d5656cd678f0dd4e423e9090cc478af;p=tt-rss.git get_article_tags: bugfix --- diff --git a/functions.php b/functions.php index 011dd5eb..8668ab09 100644 --- a/functions.php +++ b/functions.php @@ -3365,7 +3365,7 @@ $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();