1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

mobile: subop in feed-view was not used (closes #78)

This commit is contained in:
Andrew Dolgov 2006-06-21 12:38:01 +01:00
parent 632c674172
commit bbf3ba8d0d

View File

@ -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;