summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 13:45:30 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 13:45:30 +0100
commite4f4b46f9d5d42dc53c4e2c5489da31a8ce10c26 (patch)
tree9acf4c2e0310cd942969eb0ee4488c65f9d6e322 /prefs.php
parentffba8297eaada358f913d327816d4b7d91f3375b (diff)
published feeds work
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 8efe82883..8bf283f1f 100644
--- a/prefs.php
+++ b/prefs.php
@@ -108,8 +108,8 @@ window.onload = init;
<div id="feedBrowserTab" class="prefsTab"
onclick="selectTab('feedBrowser')"><?php echo __('Other Feeds') ?></div>
<?php } ?>
- <div id="pubItemsTab" class="prefsTab"
- onclick="selectTab('pubItems')"><?php echo __('Published Articles') ?></div>
+ <!-- <div id="pubItemsTab" class="prefsTab"
+ onclick="selectTab('pubItems')"><?php echo __('Published Articles') ?></div> -->
<div id="filterConfigTab" class="prefsTab"
onclick="selectTab('filterConfig')"><?php echo __('Content Filtering') ?></div>
<?php if (get_pref($link, 'ENABLE_LABELS')) { ?>