summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-16 08:37:30 +0100
committerAndrew Dolgov <[email protected]>2006-08-16 08:37:30 +0100
commit9e7bb2041f9b206494f32feacb06d7e078e0a68f (patch)
tree11bda94347f687bdc4f58f4ad2b2635ec742a985 /prefs.php
parentf531499b2506bca709a5528b96dce3f7a415d74d (diff)
change handling of GLOBAL_ENABLE_LABELS when disabled
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 a5efa356f..1e9aadd51 100644
--- a/prefs.php
+++ b/prefs.php
@@ -132,7 +132,7 @@ window.onload = init;
<? } ?>
<input id="filterConfigTab" class="prefsTab" type="submit" value="Content Filtering"
onclick="selectTab('filterConfig')">
- <? if (GLOBAL_ENABLE_LABELS && get_pref($link, 'ENABLE_LABELS')) { ?>
+ <? if (get_pref($link, 'ENABLE_LABELS')) { ?>
<input id="labelConfigTab" class="prefsTab" type="submit" value="Label Editor"
onclick="selectTab('labelConfig')">
<? } ?>