From 4f9a60b191fc81ada6a39c476ef592411680694f Mon Sep 17 00:00:00 2001 From: deuce <> Date: Fri, 3 Dec 2004 07:06:56 +0000 Subject: [PATCH] Add is_operator property to "mail" sub. --- web/root/msgs/subinfo.ssjs | 1 + 1 file changed, 1 insertion(+) diff --git a/web/root/msgs/subinfo.ssjs b/web/root/msgs/subinfo.ssjs index ec409d81cb..444f72af93 100644 --- a/web/root/msgs/subinfo.ssjs +++ b/web/root/msgs/subinfo.ssjs @@ -9,6 +9,7 @@ if((g==undefined || isNaN(g) || g==-1) && sub=='mail') { template.sub.name="MAIL"; template.sub.qwk_name="<NONE>"; template.sub.is_moderated=false; + template.sub.is_operator=true; template.sub.can_post=true; template.sub.can_read=true; template.sub.max_msgs="Unknown"; -- GitLab