Skip to content
Snippets Groups Projects
Commit 61d45882 authored by rswindell's avatar rswindell
Browse files

Added a call to msgbase.close() after a specific message has been read and

sent.
parent 80a187a3
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ switch(field[0]) {
writeln("");
body=msgbase.get_msg_body(false,Number(field[2]),true)
writeln(body);
msgbase.close();
break;
}
/**
......
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