mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 22:41:29 +00:00
add tag dropbox to tag editor
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
$id = db_escape_string($_GET["id"]);
|
||||
$tags_str = db_escape_string($_GET["tags_str"]);
|
||||
|
||||
$tags = split(",", $tags_str);
|
||||
$tags = array_unique(trim_array(split(",", $tags_str)));
|
||||
|
||||
db_query($link, "BEGIN");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user