From 082ae95b9631d89f06bcfef311d8856090061031 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Jan 2010 15:40:35 +0300 Subject: feed browser: add access to archived feeds --- modules/backend-rpc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/backend-rpc.php') diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php index 8b1252127..87178935c 100644 --- a/modules/backend-rpc.php +++ b/modules/backend-rpc.php @@ -556,11 +556,12 @@ $search = db_escape_string($_REQUEST["search"]); $limit = db_escape_string($_REQUEST["limit"]); + $mode = db_escape_string($_REQUEST["mode"]); print ""; print ""; print ""; print ""; print ""; -- cgit v1.2.3