Skip to content
Snippets Groups Projects
Commit 9e218bea authored by rswindell's avatar rswindell
Browse files

Print a useful error message if 'sub' is not defined.

parent c1e92016
No related branches found
No related tags found
No related merge requests found
load("../web/lib/msgslib.ssjs");
if(sub=='mail') {
if(sub==undefined)
error("'sub' not defined");
else if(sub=='mail') {
template.group=new Object;
template.group.name="E-Mail";
template.group.description="E-Mail";
......
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