summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-09-25 05:06:21 +0100
committerAndrew Dolgov <[email protected]>2007-09-25 05:06:21 +0100
commit17c0eeba6f590865dccd4fdb25b4c14c7c8b8b10 (patch)
tree06b3686065138ab8c363b63fe743ab788dc6b9bf /tt-rss.php
parent31a6d42de4be9cb20317a7744190c891cd1ded55 (diff)
force DAEMON_REFRESH_ONLY, block synchronous updating
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index ac75c1f90..4575b0983 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -139,9 +139,6 @@ window.onload = init;
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled><?php echo __('All feeds:') ?></option>
- <?php if (!ENABLE_UPDATE_DAEMON && !DAEMON_REFRESH_ONLY) { ?>
- <option value="qmcUpdateFeeds"><?php echo __('&nbsp;&nbsp;Update') ?></option>
- <?php } ?>
<option value="qmcCatchupAll"><?php echo __('&nbsp;&nbsp;Mark as read') ?></option>
<option value="qmcShowOnlyUnread"><?php echo __('&nbsp;&nbsp;(Un)hide read feeds') ?></option>
<option disabled>--------</option>