remove UC_FORUM_MODERATOR

This commit is contained in:
xiaomlove
2021-05-15 13:16:30 +08:00
parent 73f9920e1f
commit 786095ca96
2 changed files with 0 additions and 3 deletions

View File

@@ -48,7 +48,6 @@ define ("UC_NEXUS_MASTER", 9);
define ("UC_VIP", 10);
define ("UC_RETIREE",11);
define ("UC_UPLOADER",12);
define ("UC_FORUM_MODERATOR", 12);
define ("UC_MODERATOR",13);
define ("UC_ADMINISTRATOR",14);
define ("UC_SYSOP",15);

View File

@@ -425,7 +425,6 @@ function get_user_class_name($class, $compact = false, $b_colored = false, $I18N
case UC_VIP: {$class_name = $this_lang_functions['text_vip']; break;}
case UC_UPLOADER: {$class_name = $this_lang_functions['text_uploader']; break;}
case UC_RETIREE: {$class_name = $this_lang_functions['text_retiree']; break;}
case UC_FORUM_MODERATOR: {$class_name = $this_lang_functions['text_forum_moderator']; break;}
case UC_MODERATOR: {$class_name = $this_lang_functions['text_moderators']; break;}
case UC_ADMINISTRATOR: {$class_name = $this_lang_functions['text_administrators']; break;}
case UC_SYSOP: {$class_name = $this_lang_functions['text_sysops']; break;}
@@ -447,7 +446,6 @@ function get_user_class_name($class, $compact = false, $b_colored = false, $I18N
case UC_VIP: {$class_name_color = $en_lang_functions['text_vip']; break;}
case UC_UPLOADER: {$class_name_color = $en_lang_functions['text_uploader']; break;}
case UC_RETIREE: {$class_name_color = $en_lang_functions['text_retiree']; break;}
case UC_FORUM_MODERATOR: {$class_name_color = $en_lang_functions['text_forum_moderator']; break;}
case UC_MODERATOR: {$class_name_color = $en_lang_functions['text_moderators']; break;}
case UC_ADMINISTRATOR: {$class_name_color = $en_lang_functions['text_administrators']; break;}
case UC_SYSOP: {$class_name_color = $en_lang_functions['text_sysops']; break;}