1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 10:19:15 +00:00

load_filters: use memcache

This commit is contained in:
Andrew Dolgov
2010-01-20 12:29:28 +03:00
parent 641444d3d7
commit b8ffa322a8
2 changed files with 42 additions and 25 deletions

View File

@@ -167,6 +167,10 @@
if ($subop == "editSave") {
global $memcache;
if ($memcache) $memcache->flush();
$reg_exp = db_escape_string(trim($_REQUEST["reg_exp"]));
$filter_type = db_escape_string(trim($_REQUEST["filter_type"]));
$filter_id = db_escape_string($_REQUEST["id"]);