summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-08 13:03:09 +0100
committerAndrew Dolgov <[email protected]>2006-06-08 13:03:09 +0100
commit0d51e25dfbbb947febcaa27492f181b37d1d50dc (patch)
treecb63fbcea9f6b160fa09f0467623d41992372023 /tt-rss.php
parente8614131e893af473e0a585addb19d9f4e8b8973 (diff)
hide updating... notify if DAEMON_REFRESH_ONLY
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index afc8c14ec..06121c2a1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -213,7 +213,7 @@ window.onload = init;
<!-- <option>Edit this feed</option> -->
<option disabled>--------</option>
<option style="color : #5050aa" disabled>All feeds:</option>
- <? if (!ENABLE_UPDATE_DAEMON) { ?>
+ <? if (!ENABLE_UPDATE_DAEMON && !DAEMON_REFRESH_ONLY) { ?>
<option value="qmcUpdateFeeds">&nbsp;&nbsp;Update</option>
<? } ?>
<option value="qmcCatchupAll">&nbsp;&nbsp;Mark as read</option>