1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 22:11:30 +00:00

disable manual article rescoring

This commit is contained in:
Andrew Dolgov
2009-01-18 16:15:38 +01:00
parent f92471951b
commit 9bf3f101cc
3 changed files with 8 additions and 6 deletions

View File

@@ -378,7 +378,7 @@
return;
}
if ($subop == "setScore") {
/* if ($subop == "setScore") {
$id = db_escape_string($_REQUEST["id"]);
$score = sprintf("%d", $_REQUEST["score"]);
@@ -389,7 +389,7 @@
return;
}
} */
if ($subop == "getArticles") {
$ids = split(",", db_escape_string($_REQUEST["ids"]));