From: Andrew Dolgov Date: Wed, 21 Jun 2006 11:38:01 +0000 (+0100) Subject: mobile: subop in feed-view was not used (closes #78) X-Git-Tag: 1.2.1~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=bbf3ba8d0d67ad0b985f526fd0153f6423dd666b;p=tt-rss.git mobile: subop in feed-view was not used (closes #78) --- diff --git a/mobile/functions.php b/mobile/functions.php index c3d7cdb8..845962c3 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -310,6 +310,7 @@ $limit = db_escape_string($_GET["limit"]); $view_mode = db_escape_string($_GET["viewmode"]); $cat_view = db_escape_string($_GET["cat"]); + $subop = $_GET["subop"]; if (!$view_mode) $view_mode = "Adaptive"; if (!$limit) $limit = 30;