summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-02 21:07:47 +0100
committerAndrew Dolgov <[email protected]>2005-12-02 21:07:47 +0100
commitcfaba6df12647fef06658f123a73819dc958789b (patch)
tree298e178b3fe1711bec2be242735d5b280d85b663 /prefs.php
parentc868b15476c5e010367cab3f588cee636b3b136c (diff)
option GLOBAL_ENABLE_LABELS restricts labels globally
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 4be862d1e..8c0d29c31 100644
--- a/prefs.php
+++ b/prefs.php
@@ -83,7 +83,7 @@
onclick="selectTab('feedConfig')">
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
onclick="selectTab('filterConfig')">
- <? if (get_pref($link, 'ENABLE_LABELS')) { ?>
+ <? if (GLOBAL_ENABLE_LABELS && get_pref($link, 'ENABLE_LABELS')) { ?>
<input id="labelConfigTab" class="prefsTab" type="submit" value="Label Editor"
onclick="selectTab('labelConfig')">
<? } ?>