summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index eb212be0d..bd799dc65 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -39,6 +39,15 @@
return;
}
+ $ts_id = db_escape_string($_GET["ts"]);
+
+ if ($go == "vf" && $ts_id) {
+ $result = db_query($link, "UPDATE ttrss_user_entries SET marked = NOT marked
+ WHERE ref_id = '$ts_id' AND owner_uid = " . $_SESSION["uid"]);
+ $query_string = preg_replace("/&ts=[0-9]*/", "", $_SERVER["QUERY_STRING"]);
+ header("Location: tt-rss.php?$query_string");
+ return;
+ }
?>
<html>
<head>