also disable Article.completeTags
This commit is contained in:
parent
5c7416458f
commit
39be169f0b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue