]> git.wh0rd.org - tt-rss.git/commitdiff
mobile: subop in feed-view was not used (closes #78)
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 Jun 2006 11:38:01 +0000 (12:38 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 21 Jun 2006 11:38:01 +0000 (12:38 +0100)
mobile/functions.php

index c3d7cdb8c508b5578777b4da3c60993f68a8c65e..845962c3a249b6d337aa3c044c73012d6bc3a872 100644 (file)
                $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;