summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-10 12:05:55 +0300
committerAndrew Dolgov <[email protected]>2010-11-10 12:05:55 +0300
commit6e63a7c3062cd152cac8fc3d673675a1518fd545 (patch)
treef097dbf5e7d9e50f42e0a4ba21ca2d0dc1a524fd /mobile/functions.php
parentfe1c99af3a6285159216abbdb8c751548fb700f6 (diff)
remove feed linking
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 6dec6440d..7f5dd5c6f 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -52,8 +52,7 @@
AND owner_uid = '$owner_uid') AS unread
FROM ttrss_feeds
WHERE
- ttrss_feeds.owner_uid = '$owner_uid' AND
- parent_feed IS NULL
+ ttrss_feeds.owner_uid = '$owner_uid'
ORDER BY $order_by $limit_qpart");
if (!$offset) print '<ul id="home" title="'.__('Home').'" selected="true"
@@ -127,7 +126,6 @@
FROM ttrss_feeds
WHERE
ttrss_feeds.owner_uid = '$owner_uid' AND
- parent_feed IS NULL AND
$cat_query
ORDER BY $order_by");