Skip to content
Snippets Groups Projects
Commit 24e6c05b authored by deuce's avatar deuce
Browse files

Move call to can_delete() to after the message base is opened

Added semicolon to end of line.
parent b3cdbac8
No related branches found
No related tags found
No related merge requests found
load("html_inc/msgslib.ssjs");
load("html_inc/mime_decode.ssjs");
template.can_delete=can_delete(m)
if(msgbase.open!=undefined && msgbase.open()==false) {
error(msgbase.last_error);
}
template.can_delete=can_delete(m);
if(sub=='mail') {
template.group=new Object;
template.group.name="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