1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 10:27:11 +00:00

move article filter functions to rssfuncs.php

This commit is contained in:
Andrew Dolgov
2012-10-30 12:11:46 +04:00
parent 74467907c5
commit 92c14e9d53
3 changed files with 101 additions and 99 deletions

View File

@@ -1074,6 +1074,8 @@ class Pref_Feeds extends Handler_Protected {
}
function rescore() {
require_once "rssfuncs.php";
$ids = split(",", db_escape_string($_REQUEST["ids"]));
foreach ($ids as $id) {