Dude, I am tired. I just installed this Hack/Mod and the $action varible isn't being printed. No intent to be rude, or anything negative like that but it would be really nice if you fixed it. Thanks!
Meanwhile I am going to look into myself and probably will end up using generic message until you come back, but you are coming back... right?
OK, EDIT BIGTIME:
If you are having a problem like me where your $action varible isn't defined for some of the moderation tasks then listen up. After looking around and comparing blocks of code I deducted that the $action varible was straight up forgetten about in some of the If cases, so I added:
PHP Code:
$action = "Deleted";
at line 380 of postings.php and now it is defined in the PMs. Using this pattern you should be able to fix all other PM variable issues.
See what I am saying?