mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
rework assigning articles to tags
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
continue;
|
||||
}
|
||||
|
||||
print "<!-- $id : $int_id : $tag -->";
|
||||
// print "<!-- $id : $int_id : $tag -->";
|
||||
|
||||
if ($tag != '') {
|
||||
db_query($link, "INSERT INTO ttrss_tags
|
||||
@@ -307,8 +307,10 @@
|
||||
|
||||
db_query($link, "COMMIT");
|
||||
|
||||
$tags_str = format_tags_string(get_article_tags($link, $id), $id);
|
||||
|
||||
print "<rpc-reply>
|
||||
<message>$id</message>
|
||||
<tags-str id=\"$id\"><![CDATA[$tags_str]]></tags-str>
|
||||
</rpc-reply>";
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user