summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-21 12:38:01 +0100
committerAndrew Dolgov <[email protected]>2006-06-21 12:38:01 +0100
commitbbf3ba8d0d67ad0b985f526fd0153f6423dd666b (patch)
treec03859f8ec05db660508061d4d8182d9f8053da5 /mobile
parent632c6741726cfcdffc7c7ca53a199f5cc7dd5aa5 (diff)
mobile: subop in feed-view was not used (closes #78)
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index c3d7cdb8c..845962c3a 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;