Skip to content
Snippets Groups Projects
Commit 7159911e authored by runemaster's avatar runemaster
Browse files

Minor change to reflect new method of selecting All Messages (Delete Selected Message(s))

parent 9260b561
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ if(msgbase.open!=undefined && msgbase.open()==false) {
error(msgbase.last_error);
}
if(http_request.query.Action=="Delete Message(s)") {
if(http_request.query.Action=="Delete Selected Message(s)") {
var hdr;
var deleted=0;
var errors=0;
......
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