also disable Article.completeTags

This commit is contained in:
Andrew Dolgov 2021-02-20 13:39:17 +03:00
parent 5c7416458f
commit 39be169f0b
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ class Article extends Handler_Protected {
}
function completeTags() {
/*function completeTags() {
$search = clean($_REQUEST["search"]);
$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 "</ul>";
}
}*/
function assigntolabel() {
return $this->_label_ops(true);