summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-05 08:36:57 +0100
committerAndrew Dolgov <[email protected]>2008-09-05 08:36:57 +0100
commiteedfb635ddde041201c6b5cd683c60cd6ba2ad12 (patch)
treeae9df70c2a9f1d5fea0cf35e785509cdec5e9378 /backend.php
parentf200179d15e29f063fd0107b3b4496964e9e95ee (diff)
add function to open article summary in a popup window
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 116b04b54..a632fafad 100644
--- a/backend.php
+++ b/backend.php
@@ -227,6 +227,8 @@
if ($mode == "") {
outputArticleXML($link, $id, $feed_id);
+ } else if ($mode == "zoom") {
+ outputArticleXML($link, $id, $feed_id, true, true);
} else {
catchupArticleById($link, $id, 0);
}