diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-08-16 08:37:30 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-08-16 08:37:30 +0100 |
| commit | 9e7bb2041f9b206494f32feacb06d7e078e0a68f (patch) | |
| tree | 11bda94347f687bdc4f58f4ad2b2635ec742a985 /prefs.php | |
| parent | f531499b2506bca709a5528b96dce3f7a415d74d (diff) | |
change handling of GLOBAL_ENABLE_LABELS when disabled
Diffstat (limited to 'prefs.php')
| -rw-r--r-- | prefs.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')"> <? } ?> |