Skip to content
Snippets Groups Projects
Commit 15dbef26 authored by rswindell's avatar rswindell
Browse files

code_prefix -> areatag_prefix

parent c401b6ce
Branches
Tags
No related merge requests found
......@@ -458,8 +458,8 @@ if(!msg_area.grp[netname]
"name": netname,
"description": netname,
"ars": "",
"code_prefix": network.code_prefix === undefined
? (netname.toUpperCase() + "_") : network.code_prefix
"code_prefix": network.areatag_prefix === undefined
? (netname.toUpperCase() + "_") : network.areatag_prefix
});
}
if(confirm("Save Changes to Message Area configuration file: msgs.cnf")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment