Skip to content
Snippets Groups Projects
Commit 1e8218ad authored by deuce's avatar deuce
Browse files

Add (disabled) code to hide subs not in the users new message scan...

Disabled until I figure out how to set up scan_cfg without slowing stuff down.
parent fda70939
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ template.group=msg_area.grp[grp];
template.subs=msg_area.grp[grp].sub_list;
for(s in msg_area.grp[grp].sub_list) {
// if(msg_area.grp[grp].sub_list[s].scan_cfg==0 && http_request.query.show_all_subs != undefined && http_request.query.show_all_subs != 'Yes')
// continue;
msgbase = new MsgBase(msg_area.grp[grp].sub_list[s].code);
if(msgbase.open()) {
var lastdate="No Msgs";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment