1
0
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:
Andrew Dolgov
2006-12-07 10:27:34 +01:00
parent 3fd7138fc2
commit d62a3b6349
4 changed files with 63 additions and 3 deletions

View File

@@ -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");