summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-24 19:23:29 +0300
committerAndrew Dolgov <[email protected]>2010-01-24 19:23:29 +0300
commitf3f54944436db742c8e70e16fc90f36fb5ad4c17 (patch)
tree90fea95b0954b020e0e48aea97476fc45e10fd7d /modules/pref-feeds.php
parentb62f7265cc33490cbaf4dfa467b8bd49fd5c8a94 (diff)
filters: properly reset memcached on add/remove operations
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 0329a1298..f6ab572fa 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1192,8 +1192,8 @@
print "<button onclick=\"javascript:removeSelectedFeeds()\">"
.__('Unsubscribe')."</button> ";
-/* print "<select id=\"feedActionChooser\" onchange=\"feedActionChange()\">
- <option value=\"facDefault\" selected>".__('Other actions...')."</option>";
+ print "<select id=\"feedActionChooser\" onchange=\"feedActionChange()\">
+ <option value=\"facDefault\" selected>".__('More actions...')."</option>";
if (FORCE_ARTICLE_PURGE == 0) {
print
@@ -1202,10 +1202,9 @@
print "
<option value=\"facClear\">".__('Clear feed data')."</option>
- <option value=\"facRescore\">".__('Rescore articles')."</option>
- <option value=\"facUnsubscribe\">".__('Unsubscribe')."</option>";
+ <option value=\"facRescore\">".__('Rescore articles')."</option>";
- print "</select>"; */
+ print "</select>";
/* if (ENABLE_FEED_BROWSER && !SINGLE_USER_MODE) {
print " <input type=\"submit\" class=\"button\"