mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 01:31:29 +00:00
get_article_tags: subquery fix (closes #132)
This commit is contained in:
@@ -3365,7 +3365,7 @@
|
|||||||
$tmp_result = db_query($link, "SELECT DISTINCT tag_name,
|
$tmp_result = db_query($link, "SELECT DISTINCT tag_name,
|
||||||
owner_uid as owner FROM
|
owner_uid as owner FROM
|
||||||
ttrss_tags WHERE post_int_id = (SELECT int_id FROM ttrss_user_entries WHERE
|
ttrss_tags WHERE post_int_id = (SELECT int_id FROM ttrss_user_entries WHERE
|
||||||
ref_id = '$a_id') ORDER BY tag_name");
|
ref_id = '$a_id' LIMIT 1) ORDER BY tag_name");
|
||||||
|
|
||||||
$tags = array();
|
$tags = array();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user