1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:05:56 +00:00

also disable Article.completeTags

This commit is contained in:
Andrew Dolgov
2021-02-20 13:39:17 +03:00
parent 5c7416458f
commit 39be169f0b

View File

@@ -253,7 +253,7 @@ class Article extends Handler_Protected {
} }
function completeTags() { /*function completeTags() {
$search = clean($_REQUEST["search"]); $search = clean($_REQUEST["search"]);
$sth = $this->pdo->prepare("SELECT DISTINCT tag_name FROM ttrss_tags $sth = $this->pdo->prepare("SELECT DISTINCT tag_name FROM ttrss_tags
@@ -268,7 +268,7 @@ class Article extends Handler_Protected {
print "<li>" . $line["tag_name"] . "</li>"; print "<li>" . $line["tag_name"] . "</li>";
} }
print "</ul>"; print "</ul>";
} }*/
function assigntolabel() { function assigntolabel() {
return $this->_label_ops(true); return $this->_label_ops(true);