summaryrefslogtreecommitdiff
path: root/classes/article.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-20 13:39:17 +0300
committerAndrew Dolgov <[email protected]>2021-02-20 13:39:17 +0300
commit39be169f0bb05d73f82e6f98a2e608844fa3f0c1 (patch)
treeb5d6d93a57ee277766ee6833d6efafdf44976113 /classes/article.php
parent5c7416458f76f83a46e4c39a8697ebaed08bce3d (diff)
also disable Article.completeTags
Diffstat (limited to 'classes/article.php')
-rwxr-xr-xclasses/article.php4
1 files 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 "<li>" . $line["tag_name"] . "</li>";
}
print "</ul>";
- }
+ }*/
function assigntolabel() {
return $this->_label_ops(true);