From 39be169f0bb05d73f82e6f98a2e608844fa3f0c1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 Feb 2021 13:39:17 +0300 Subject: [PATCH] also disable Article.completeTags --- classes/article.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/article.php b/classes/article.php index e64c17a32..dd1470caa 100755 --- a/classes/article.php +++ b/classes/article.php @@ -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 "
  • " . $line["tag_name"] . "
  • "; } print ""; - } + }*/ function assigntolabel() { return $this->_label_ops(true);