From 31d1b6cfc3ed338834720edc953dc9fd75a9a407 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Sep 2006 05:41:22 +0100 Subject: mobile: fix feed id handling bug in view mode --- mobile/functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mobile/functions.php') diff --git a/mobile/functions.php b/mobile/functions.php index ff5610019..1d50767e4 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -630,7 +630,7 @@ $marked_pic = ""; } - $content_link = "" . + $content_link = "" . $line["title"] . ""; if (get_pref($link, 'HEADLINES_SMART_DATE')) { @@ -678,6 +678,7 @@ $id = db_escape_string($_GET["id"]); $feed_id = db_escape_string($_GET["feed"]); + $ret_feed_id = db_escape_string($_GET["ret_feed"]); $result = db_query($link, "SELECT rtl_content FROM ttrss_feeds WHERE id = '$feed_id' AND owner_uid = " . $_SESSION["uid"]); @@ -755,7 +756,7 @@ # print ""; # } - $feed_link = "Feed"; + $feed_link = "Feed"; print "" . truncate_string($line["title"], 30) . ""; -- cgit v1.2.3